* include/cygwin/socket.h: Set SOMAXCONN to Winsock2 value.

This commit is contained in:
Corinna Vinschen
2003-03-09 16:05:54 +00:00
parent ed269ceaa2
commit ca0e907143
2 changed files with 5 additions and 1 deletions

View File

@ -106,7 +106,7 @@ struct msghdr
#define PF_MAX AF_MAX
/* Maximum queue length specificable by listen. */
#define SOMAXCONN 5
#define SOMAXCONN 0x7fffffff
/* Flags we can use with send/ and recv. */
#define MSG_OOB 0x1 /* process out-of-band data */