diff options
author | msmith <msmith@FreeBSD.org> | 1999-02-03 09:07:33 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 1999-02-03 09:07:33 +0000 |
commit | 95a45fc122f20b30e33b0ae248010e8b2de46789 (patch) | |
tree | 6ca8818a9df8580dc8915234f87bd366bcad4f50 /sys/boot/common/help.common | |
parent | 35606d39dd5d7e03148c0260985fef32328970e8 (diff) | |
download | FreeBSD-src-95a45fc122f20b30e33b0ae248010e8b2de46789.zip FreeBSD-src-95a45fc122f20b30e33b0ae248010e8b2de46789.tar.gz |
Mention the net.inet.tcp.tcbhashsize tunable.
Diffstat (limited to 'sys/boot/common/help.common')
-rw-r--r-- | sys/boot/common/help.common | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/boot/common/help.common b/sys/boot/common/help.common index 511f323..48f20c1 100644 --- a/sys/boot/common/help.common +++ b/sys/boot/common/help.common @@ -237,6 +237,11 @@ set to 0, an interrupt will not be assigned and the controller will operate in polled mode only. + set net.inet.tcp.tcbhashsize=<value> TCBHASHSIZE + + Overrides the compile-time set value of TCBHASHSIZE or + the preset default of 512. Must be a power of 2. + ################################################################################ # Tshow DShow the values of variables |