diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2010-06-14 19:10:02 -0700 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2010-06-14 19:10:02 -0700 |
commit | e5c8ef256ebb6e44061d7b51a212638f1ee19947 (patch) | |
tree | affaf43facf1443a84e0805d7e8c6f0221c6c5dc /doc/sync/alarm/conntrackd.conf.rej | |
parent | c26ad47ee0bd872f65031cd5a51f6f4428714a4d (diff) | |
download | conntrack-tools-e5c8ef256ebb6e44061d7b51a212638f1ee19947.tar.gz conntrack-tools-e5c8ef256ebb6e44061d7b51a212638f1ee19947.zip |
remove generated files, apply debian patch 10-fix_udp_support.dpatch
Diffstat (limited to 'doc/sync/alarm/conntrackd.conf.rej')
-rw-r--r-- | doc/sync/alarm/conntrackd.conf.rej | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/doc/sync/alarm/conntrackd.conf.rej b/doc/sync/alarm/conntrackd.conf.rej deleted file mode 100644 index 108546f..0000000 --- a/doc/sync/alarm/conntrackd.conf.rej +++ /dev/null @@ -1,30 +0,0 @@ -*************** Sync { -*** 23,36 **** - - # - # If the firewall replica goes from primary to backup, -- # the conntrackd -t command is invoked in the script. -- # This command resets the timers of the conntracks that -- # live in the kernel to this new value. This is useful -- # to purge the connection tracking table of zombie entries -- # and avoid clashes with old entries if you trigger -- # several consecutive hand-overs. - # -- PurgeTimeout 15 - - # Set the acknowledgement window size. If you decrease this - # value, the number of acknowlegdments increases. More ---- 23,35 ---- - - # - # If the firewall replica goes from primary to backup, -+ # the conntrackd -t command is invoked in the script. -+ # This command schedules a flush of the table in N seconds. -+ # This is useful to purge the connection tracking table of -+ # zombie entries and avoid clashes with old entries if you -+ # trigger several consecutive hand-overs. Default is 60 seconds. - # -+ # PurgeTimeout 60 - - # Set the acknowledgement window size. If you decrease this - # value, the number of acknowlegdments increases. More |