* 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

@ -1,3 +1,7 @@
2003-03-09 Corinna Vinschen <corinna@vinschen.de>
* include/cygwin/socket.h: Set SOMAXCONN to Winsock2 value.
2003-03-08 Christopher Faylor <cgf@redhat.com>
* syscalls.cc (unlink): Always attempt to use FILE_FLAG_CLOSE_ON_DELETE

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 */