summaryrefslogtreecommitdiffstats
path: root/include/tcp.h
Commit message (Collapse)AuthorAgeFilesLines
* conntrackd: fix re-connect with multiple TCP channelsPablo Neira Ayuso2009-09-231-0/+1
| | | | | | | | This patch fixes a bug in the TCP support that breaks re-connections of the client side if several TCP channels are used in the configuration file. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* conntrackd: add support state-replication based on TCPPablo Neira Ayuso2009-08-231-0/+75
This patch adds support for TCP as protocol to replicate state-changes between two daemons. Note that this only makes sense with the notrack mode. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>