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 #35

Closed
markaylett opened this issue Aug 29, 2019 · 0 comments · Fixed by #36
Closed

Improve socket option support #35

markaylett opened this issue Aug 29, 2019 · 0 comments · Fixed by #36

Comments

@markaylett
Copy link
Collaborator

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.

@markaylett markaylett changed the title Getters for send and receive buffers Getters for socket buffer sizes Aug 29, 2019
@markaylett markaylett added this to the Release: 0.4.0 milestone Aug 29, 2019
markaylett added a commit to markaylett/toolbox-cpp that referenced this issue Aug 29, 2019
Add get_so_rcv_buf and get_so_snd_buf functions for reading socket
buffer sizes.

Closes reactivemarkets#35
markaylett added a commit to markaylett/toolbox-cpp that referenced this issue Aug 29, 2019
Add `get_so_rcv_buf` and `get_so_snd_buf` functions for reading socket
buffer sizes.

Closes reactivemarkets#35
@markaylett markaylett changed the title Getters for socket buffer sizes Improve socket option support Aug 30, 2019
markaylett added a commit to markaylett/toolbox-cpp that referenced this issue Aug 30, 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 reactivemarkets#35
markaylett added a commit that referenced this issue Aug 30, 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant