FreeBSD Bugzilla – Attachment 18271 Details for
Bug 32912
options misssing TCBHASHSIZE
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 782 bytes, created by
Carl Schmidt
on 2001-12-16 21:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Carl Schmidt
Created:
2001-12-16 21:40:01 UTC
Size:
782 bytes
patch
obsolete
>--- LINT.old Fri Dec 14 22:29:03 2001 >+++ LINT Sun Dec 16 16:35:39 2001 >@@ -556,6 +556,10 @@ > # packets without touching the ttl). This can be useful to hide firewalls > # from traceroute and similar tools. > # >+# TCBHASHSIZE is the target size of the TCP PCB (process control block) hash >+# tables. This must be a power of 2. The default is 512 (2^9). See tcp(4) >+# for more information. >+# > # TCPDEBUG is undocumented. > # > options MROUTING # Multicast routing >@@ -573,6 +577,7 @@ > options IPFILTER_LOG #ipfilter logging > options IPFILTER_DEFAULT_BLOCK #block all packets by default > options IPSTEALTH #support for stealth forwarding >+options TCBHASHSIZE=512 #tcp pcb hash table size > options TCPDEBUG > > # RANDOM_IP_ID causes the ID field in IP packets to be randomized
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 32912
:
18270
| 18271