Skip to content

Use select call for socket waiting (Fixes #1788)#1790

Open
goodspeed34 wants to merge 1 commit intoguanzhi:masterfrom
goodspeed34:no-speedup-loop
Open

Use select call for socket waiting (Fixes #1788)#1790
goodspeed34 wants to merge 1 commit intoguanzhi:masterfrom
goodspeed34:no-speedup-loop

Conversation

@goodspeed34
Copy link

It eliminates the (perhaps non-blocking version of) speedup loop by using a generic select call which should be available both to POSIX and Winsock2.

It eliminates the (perhaps non-blocking version of) speedup loop by using a
generic `select` call which should be available both to POSIX and Winsock2.
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