listen: don't make the server socket non-blocking
There is no point in making the server socket non-blocking. We call
accept() only after select() has notified us about a new connection.
Showing
Please
register
or
sign in
to comment