[BACK]Return to server.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/server.c between version 1.157 and 1.158

version 1.157, 2016/01/19 15:59:12 version 1.158, 2016/03/30 13:20:07
Line 124 
Line 124 
                 return (-1);                  return (-1);
         umask(mask);          umask(mask);
   
         if (listen(fd, 16) == -1)          if (listen(fd, 128) == -1)
                 return (-1);                  return (-1);
         setblocking(fd, 0);          setblocking(fd, 0);
   

Legend:
Removed from v.1.157  
changed lines
  Added in v.1.158