Always use non-blocking sockets for recvmsg()

This commit is contained in:
John Hood
2017-08-17 11:51:29 -04:00
parent b11d524bb7
commit f3fa4211a2
2 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ namespace Network {
void prune_sockets( void );
string recv_one( int sock_to_recv, bool nonblocking );
string recv_one( int sock_to_recv );
void set_MTU( int family );