|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.76, 2003/01/31 05:00:24 | version 1.77, 2003/02/01 06:23:44 | ||
|---|---|---|---|
|
|
||
| struct pool socket_pool; | struct pool socket_pool; | ||
| MALLOC_DEFINE(M_SOOPTS, "soopts", "socket options"); | |||
| MALLOC_DEFINE(M_SONAME, "soname", "socket name"); | |||
| extern int somaxconn; /* patchable (XXX sysctl) */ | extern int somaxconn; /* patchable (XXX sysctl) */ | ||
| int somaxconn = SOMAXCONN; | int somaxconn = SOMAXCONN; | ||