mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-04-13 22:03:09 +00:00
Fix comment to be correct.
This commit is contained in:
parent
313a6fbadc
commit
d0e0864b0c
@ -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));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user