Project

General

Profile

Bug #4933 ยป listen_backlog_increase.patch

ghazel (Greg Hazel), 06/27/2011 07:51 AM

View differences:

ext/socket/socket.c (working copy)
arg->fd = -1;
if (type == INET_SERVER)
listen(fd, 5);
listen(fd, 1024);
/* create new instance */
return init_sock(arg->sock, fd);
    (1-1/1)