|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.65, 2001/10/22 20:59:04 | version 1.66, 2003/04/19 21:30:29 | ||
|---|---|---|---|
|
|
||
| /* | /* | ||
| * Maximum queue length specifiable by listen(2). | * Maximum queue length specifiable by listen(2). | ||
| */ | */ | ||
| #ifndef SOMAXCONN | |||
| #define SOMAXCONN 128 | #define SOMAXCONN 128 | ||
| #endif | |||
| /* | /* | ||
| * Message header for recvmsg and sendmsg calls. | * Message header for recvmsg and sendmsg calls. |