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 May 4, 2018. It is now read-only.
Isn't it possible to do call tcp_handle_init implicity from oio_accept on linux?
On windows this complicates stuff because socket options are set and iocp association is made in tcp_handle_init.
That work is wasted when you call oio_accept because the accepted socket is a different one.
because it makes the system much simpler on unix
The text was updated successfully, but these errors were encountered: