diff options
Diffstat (limited to 'doc/sync/notrack/conntrackd.conf')
-rw-r--r-- | doc/sync/notrack/conntrackd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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 |