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

Improve socket option support #36

Merged
merged 1 commit into from
Aug 30, 2019

Conversation

markaylett
Copy link
Collaborator

@markaylett markaylett commented Aug 29, 2019

Add new on_sock_init lifecycle callback, so that applications are given an opportunity to set socket options such as SO_RCVBUF and SO_SNDBUF.

This change also includes refactoring to make callback naming conventions clearer and more consistent.

Closes #35

@markaylett markaylett marked this pull request as ready for review August 29, 2019 19:33
Add new `on_sock_init` lifecycle callback, so that applications are
given an opportunity to set socket options such as `SO_RCVBUF` and
`SO_SNDBUF`.

This change also includes refactoring to make callback naming
conventions clearer and more consistent.

Closes reactivemarkets#35
@markaylett markaylett changed the title Getters for socket buffer sizes Improve socket option support Aug 30, 2019
@markaylett markaylett added this to the Release: 0.4.0 milestone Aug 30, 2019
@markaylett markaylett merged commit abbe574 into reactivemarkets:master Aug 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Improve socket option support
1 participant