-
Max Kellermann authored
There is no point in making the server socket non-blocking. We call accept() only after select() has notified us about a new connection.
1f0804bd
There is no point in making the server socket non-blocking. We call accept() only after select() has notified us about a new connection.