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

Make fewer syscalls #117

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open

Conversation

daurnimator
Copy link
Collaborator

Currently, when you create or wrap a new socket there are many redundant operations; I'm working on removing a few.

@daurnimator
Copy link
Collaborator Author

@wahern would you find it acceptable to remove the so_socket function, folding it into so_socket_?
This would get rid of several getsockopt calls.

@daurnimator daurnimator force-pushed the less-syscalls branch 3 times, most recently from 50004f3 to 44a50f8 Compare November 30, 2015 05:41
@daurnimator
Copy link
Collaborator Author

Updated to fix merge conflict.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant