diff options
-rw-r--r-- | sys/sys/socket.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/socket.h b/sys/sys/socket.h index 6bbb8fc..3eba5f0 100644 --- a/sys/sys/socket.h +++ b/sys/sys/socket.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)socket.h 8.4 (Berkeley) 2/21/94 - * $Id: socket.h,v 1.6 1995/02/07 02:01:57 wollman Exp $ + * $Id: socket.h,v 1.7 1995/09/13 05:35:49 davidg Exp $ */ #ifndef _SYS_SOCKET_H_ @@ -241,7 +241,7 @@ struct sockproto { /* * Maximum queue length specifiable by listen. */ -#define SOMAXCONN 32 +#define SOMAXCONN 128 /* * Message header for recvmsg and sendmsg calls. |