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

EasySocket::accept() waits 500ms instead 0.5ms till select timeout. #152

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

tkalbitz
Copy link
Contributor

@tkalbitz tkalbitz commented Mar 9, 2019

EasySocket::accept() waits 0.5ms till a select() timeout happens. This creates 2.7% overhead on my system. Assumption of the patch is that microseconds are needed for the struct timeval but milliseconds were meant. With this change no visible overhead is measurable on my system.

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.

None yet

1 participant