Skip to content

Commit 6fda690

Browse files
committed
increase listen backlog
1 parent 143c9d9 commit 6fda690

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

util.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ int open_socket_in_tcp(int port)
9696
return(-1);
9797
}
9898

99-
if (listen(res, 8) != 0) {
99+
if (listen(res, 100) != 0) {
100100
return(-1);
101101
}
102102

0 commit comments

Comments
 (0)