We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 143c9d9 commit 6fda690Copy full SHA for 6fda690
1 file changed
util.cpp
@@ -96,7 +96,7 @@ int open_socket_in_tcp(int port)
96
return(-1);
97
}
98
99
- if (listen(res, 8) != 0) {
+ if (listen(res, 100) != 0) {
100
101
102
0 commit comments