|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.90, 2003/09/22 12:59:58 | version 1.91, 2003/10/21 22:55:47 | ||
|---|---|---|---|
|
|
||
| soinit(void) | soinit(void) | ||
| { | { | ||
| /* Set the initial adjusted socket buffer size. */ | |||
| if (sb_max_set(sb_max)) | |||
| panic("bad initial sb_max value: %lu\n", sb_max); | |||
| pool_init(&socket_pool, sizeof(struct socket), 0, 0, 0, | pool_init(&socket_pool, sizeof(struct socket), 0, 0, 0, | ||
| "sockpl", NULL); | "sockpl", NULL); | ||