You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.
On Linux we can create a socket in non-blocking mode in a single syscall by OR-ing the socket type with SOCK_NONBLOCK. Same applies when using accept4. Use it.
The text was updated successfully, but these errors were encountered:
On Linux we can create a socket in non-blocking mode in a single syscall by OR-ing the socket type with
SOCK_NONBLOCK
. Same applies when usingaccept4
. Use it.The text was updated successfully, but these errors were encountered: