1
0
mirror of https://github.com/tmux/tmux.git synced 2025-04-09 10:28:49 +00:00

Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam 2016-03-30 16:01:19 +01:00
commit 1394420c37

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);