Merge branch 'master' of github.com:tmux/tmux

This commit is contained in:
Nicholas Marriott 2016-04-03 23:55:56 +01:00
commit 7b8dcbaa86
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);