|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.12, 1995/03/29 22:10:11 | version 1.13, 1996/02/09 06:32:22 | ||
|---|---|---|---|
|
|
||
| } | } | ||
| /* | /* | ||
| * Maximum queue length specifiable by listen. | * Maximum queue length specifiable by listen(2). | ||
| */ | */ | ||
| #define SOMAXCONN 5 | #define SOMAXCONN 128 | ||
| /* | /* | ||
| * Message header for recvmsg and sendmsg calls. | * Message header for recvmsg and sendmsg calls. |