Increment listener backlog

This commit is contained in:
angt
2015-11-19 09:46:56 +01:00
parent 4c02e38954
commit 836ffaad37

View File

@@ -126,7 +126,7 @@ static int sk_listen (int fd, struct addrinfo *ai)
return -1; return -1;
} }
ret = listen(fd, 1); ret = listen(fd, 8);
if (ret==-1) { if (ret==-1) {
perror("listen"); perror("listen");