* include/cygwin/socket.h: Set SOMAXCONN to Winsock2 value.
This commit is contained in:
parent
ed269ceaa2
commit
ca0e907143
@ -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>
|
2003-03-08 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
* syscalls.cc (unlink): Always attempt to use FILE_FLAG_CLOSE_ON_DELETE
|
* syscalls.cc (unlink): Always attempt to use FILE_FLAG_CLOSE_ON_DELETE
|
||||||
|
@ -106,7 +106,7 @@ struct msghdr
|
|||||||
#define PF_MAX AF_MAX
|
#define PF_MAX AF_MAX
|
||||||
|
|
||||||
/* Maximum queue length specificable by listen. */
|
/* Maximum queue length specificable by listen. */
|
||||||
#define SOMAXCONN 5
|
#define SOMAXCONN 0x7fffffff
|
||||||
|
|
||||||
/* Flags we can use with send/ and recv. */
|
/* Flags we can use with send/ and recv. */
|
||||||
#define MSG_OOB 0x1 /* process out-of-band data */
|
#define MSG_OOB 0x1 /* process out-of-band data */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user