Merge branch 'obsd-master'

pull/355/merge
Thomas Adam 2016-03-30 16:01:19 +01:00
commit 1394420c37
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ server_create_socket(void)
return (-1);
umask(mask);
if (listen(fd, 16) == -1)
if (listen(fd, 128) == -1)
return (-1);
setblocking(fd, 0);