diff --git a/server.c b/server.c index 890743f6..24b1915a 100644 --- a/server.c +++ b/server.c @@ -124,7 +124,7 @@ server_create_socket(void) return (-1); umask(mask); - if (listen(fd, 16) == -1) + if (listen(fd, 128) == -1) return (-1); setblocking(fd, 0);