diff options
author | Ayuso/emailAddress=pablo@netfilter.org <Ayuso/emailAddress=pablo@netfilter.org> | 2007-12-21 18:35:10 +0000 |
---|---|---|
committer | Yasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp> | 2007-12-23 03:14:53 +0900 |
commit | fb17dccd91ba9448c2adaca2dcf0f9d665e1e8a4 (patch) | |
tree | 21fadc55e2bda77809b9bd55da8c8634c4c7ddfc /INSTALL | |
parent | 735a6fc681809beb52c160b09507aa0999fbc6ba (diff) | |
download | conntrack-tools-fb17dccd91ba9448c2adaca2dcf0f9d665e1e8a4.tar.gz conntrack-tools-fb17dccd91ba9448c2adaca2dcf0f9d665e1e8a4.zip |
o add support for related conntracks (requires Linux kernel >= 2.6.22)
o update leftover references to `persistent' and `nack' modes
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -115,9 +115,9 @@ Copyright (C) 2005-2007 Pablo Neira Ayuso <pablo netfilter org> # cp examples/sync/_type_/node1/conntrackd.conf /etc/conntrackd.conf Where _type_ is the synchronization type selected, currently there are - two: the persistent mode and the NACK mode. The persistent mode consumes - more resources than the NACK mode but resolves synchronization issues - better. On the other the NACK mode reduces resource consumption. I'll + two: the alarm mode and the FTFW mode. The alarm mode consumes + more resources than the FTFW mode but resolves synchronization issues + better. On the other the FTFW mode reduces resource consumption. I'll provide more information on both approaches soon. Do not forget to edit the files in order to adapt them to the @@ -171,7 +171,7 @@ Copyright (C) 2005-2007 Pablo Neira Ayuso <pablo netfilter org> Therefore, on failure event, the candidate node takes over the virtual IPs and the connections that the failing active was processing. Observe - that this file differs for the NACK mode. + that this file differs for the FTFW mode. 6) Disable TCP window tracking |