diff options
author | Quentin Aebischer <quentin.aebischer@usherbrooke.ca> | 2012-02-13 15:47:10 -0500 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2012-02-14 00:08:15 +0100 |
commit | 5f75e067a0883a7e4128fefb46b74b71b0928d27 (patch) | |
tree | f00b2d321347a8d2c4d9c653757191e97a796baf /src/queue.c | |
parent | 167eb3e2028561ab2cc0f2b7b6ff9d24c56514f6 (diff) | |
download | conntrack-tools-tipc.tar.gz |
conntrackd: basic TIPC supporttipc
Basic implementation of a TIPC channel for the conntrackd daemon
(successfully tested in NOTRACK and FTFW modes).
TIPC is a protocol that allows applications in a cluster-based
environment to communicate quickly and reliably with other
applications in the cluster.
It allows both unicast and multicast, reliable/unreliable and
datagram/stream oriented communications.
One of its main feature's of interest here is to provide sockets that
communicates in a connectionless, yet reliable manner that guarantees
delivery of every message sent over the network.
This can be useful in the context of high-available, cluster-based
firewalls where states propagation has to be both fast and reliable.
So far, the results are encouraging, though more tests have to
performed on different setups to enhance the implementation and track
any bugs.
An example config file can be found in the doc/sync/ directory of
the conntrack-tools, along with a README file providing basic
installation instructions.
Signed-off-by: Quentin Aebischer <quentin.aebischer@usherbrooke.ca>
Diffstat (limited to 'src/queue.c')
0 files changed, 0 insertions, 0 deletions