Fix comment to be correct.

This commit is contained in:
Daniel O'Connor 2012-06-15 15:03:52 +09:30
parent 313a6fbadc
commit d0e0864b0c

View File

@ -136,8 +136,7 @@ int overlayServerMode()
for(i=0;i<overlay_interface_count;i++)
{
/* Make socket non-blocking so that poll() behaves correctly.
We then set non-blocking before actually reading from it */
/* Make socket blocking so that poll() behaves correctly. */
fcntl(overlay_interfaces[i].fd, F_SETFL,
fcntl(overlay_interfaces[i].fd, F_GETFL, NULL)&(~O_NONBLOCK));