Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.1.0 changes #5

Merged
merged 1 commit into from
Nov 16, 2024
Merged

v0.1.0 changes #5

merged 1 commit into from
Nov 16, 2024

Conversation

ace411
Copy link
Member

@ace411 ace411 commented Nov 16, 2024

  • Instate operation error checks in php_mrloop_writev_cb and php_mrloop_readv_cb callbacks
  • Register global TCP connection data buffer size
  • Add connection data size and connection count parameters to tcpServer() function
  • Duplicate client connection file descriptor in php_mrloop_tcp_server_recv callback
  • Add vector count and offset parameters to addReadStream() function
  • Add vector count parameter to addWriteStream() function
  • Change DEFAULT_STREAM_BUFF_LEN and DEFAULT_CONN_BUFF_LEN values
  • Define DEFAULT_VECTOR_COUNT, DEFAULT_READV_OFFSET and PHP_MRLOOP_MAX_TCP_CONNECTIONS

- instate operation error checks in php_mrloop_writev_cb and php_mrloop_readv_cb callbacks
- register global TCP connection data buffer size
- add connection data size and connection count parameters to tcpServer() function
- duplicate client connection file descriptor in php_mrloop_tcp_server_recv callback
- add vector count and offset parameters to addReadStream() function
- add vector count parameter to addWriteStream() function
- change DEFAULT_STREAM_BUFF_LEN and DEFAULT_CONN_BUFF_LEN values
- define DEFAULT_VECTOR_COUNT, DEFAULT_READV_OFFSET and PHP_MRLOOP_MAX_TCP_CONNECTIONS
@ace411 ace411 merged commit 621d485 into master Nov 16, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant