diff options
-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 |