diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2008-10-20 16:52:04 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2008-10-20 16:52:04 +0200 |
commit | 5936f6852a919a84b89dcdcced182ecc07a21be5 (patch) | |
tree | 839706372e479d6c01496e7c1cb3acdcd97cc2a9 /doc | |
parent | 5000afe7e1a3ae4a14995e051d3ee716d8a6c784 (diff) |
doc: rise default size of the hashtable in the example file
This patch rises the default value of the hashtables in terms
of buckets and entries to the default value in nf_conntrack.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sync/alarm/conntrackd.conf | 4 | ||||
-rw-r--r-- | doc/sync/ftfw/conntrackd.conf | 4 | ||||
-rw-r--r-- | doc/sync/notrack/conntrackd.conf | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/doc/sync/alarm/conntrackd.conf b/doc/sync/alarm/conntrackd.conf index 9fc9d03..e48ca2d 100644 --- a/doc/sync/alarm/conntrackd.conf +++ b/doc/sync/alarm/conntrackd.conf @@ -119,13 +119,13 @@ General { # # Number of buckets in the caches: hash table. # - HashSize 8192 + HashSize 16384 # # Maximum number of conntracks: # it must be >= $ cat /proc/sys/net/ipv4/netfilter/ip_conntrack_max # - HashLimit 65535 + HashLimit 65536 # # Logfile: on (/var/log/conntrackd.log), off, or a filename diff --git a/doc/sync/ftfw/conntrackd.conf b/doc/sync/ftfw/conntrackd.conf index 010ff03..40f8457 100644 --- a/doc/sync/ftfw/conntrackd.conf +++ b/doc/sync/ftfw/conntrackd.conf @@ -114,13 +114,13 @@ General { # # Number of buckets in the caches: hash table. # - HashSize 8192 + HashSize 16384 # # Maximum number of conntracks: # it must be >= $ cat /proc/sys/net/ipv4/netfilter/ip_conntrack_max # - HashLimit 65535 + HashLimit 65536 # # Logfile: on (/var/log/conntrackd.log), off, or a filename diff --git a/doc/sync/notrack/conntrackd.conf b/doc/sync/notrack/conntrackd.conf index 0d05e17..b135814 100644 --- a/doc/sync/notrack/conntrackd.conf +++ b/doc/sync/notrack/conntrackd.conf @@ -107,13 +107,13 @@ General { # # Number of buckets in the caches: hash table. # - HashSize 8192 + HashSize 16384 # # Maximum number of conntracks: # it must be >= $ cat /proc/sys/net/ipv4/netfilter/ip_conntrack_max # - HashLimit 65535 + HashLimit 65536 # # Logfile: on (/var/log/conntrackd.log), off, or a filename |