<feed xmlns='http://www.w3.org/2005/Atom'>
<title>conntrack-tools.git/doc, branch conntrack-tools-0.9.10</title>
<subtitle>conntrack-tools i.e. conntrack and conntrackd (mirror of https://github.com/vyos/conntrack-tools.git)
</subtitle>
<id>https://git.amelek.net/vyos/conntrack-tools.git/atom?h=conntrack-tools-0.9.10</id>
<link rel='self' href='https://git.amelek.net/vyos/conntrack-tools.git/atom?h=conntrack-tools-0.9.10'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/'/>
<updated>2009-01-25T18:15:01+00:00</updated>
<entry>
<title>doc: increase hashtable bucket size and limits in example files</title>
<updated>2009-01-25T18:15:01+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2009-01-25T18:15:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=8b7937e8a3864d84992e931ace69172ba171d875'/>
<id>urn:sha1:8b7937e8a3864d84992e931ace69172ba171d875</id>
<content type='text'>
This patch details a bit more the hashtable parameters. Moreover,
it increases the default size of the hashtable.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>doc: use 'From' instead of 'from' in the example configfiles</title>
<updated>2009-01-25T17:50:43+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2009-01-25T17:50:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=afb9b7f9ee21df97754648d832fcee2b778b277a'/>
<id>urn:sha1:afb9b7f9ee21df97754648d832fcee2b778b277a</id>
<content type='text'>
This patch fixes a wrong use of 'from' instead of 'From' in the
example configuration files.

Reported-by: Yoann Juet &lt;yoann.juet@univ-nantes.fr&gt;
Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>doc: unset CommitTimeout by default</title>
<updated>2009-01-25T17:21:26+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2009-01-25T17:21:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=2aeebebf6d6a48d57023e3c7953ddd9088284f99'/>
<id>urn:sha1:2aeebebf6d6a48d57023e3c7953ddd9088284f99</id>
<content type='text'>
This patch disables CommitTimeout by default. The daemon now uses
the approximate timeout calculation by default.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>src: increase default PurgeTimeout value</title>
<updated>2009-01-25T16:53:14+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2009-01-25T16:53:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=cced587d766b9194b698a156d241766d5bad8a9d'/>
<id>urn:sha1:cced587d766b9194b698a156d241766d5bad8a9d</id>
<content type='text'>
This patch increases the default PurgeTimeout value to 60 seconds.
The former 15 seconds provides good real-time reaction in terms of
user-side expected behaviour, but it is too small if you trigger
random failure in a firewall cluster.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>ftfw: add ResendQueueSize and deprecate ResendBufferSize clauses</title>
<updated>2009-01-17T17:24:57+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2009-01-17T17:24:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=a63f5181807803ffdd879edca9fd4d73c4be35f3'/>
<id>urn:sha1:a63f5181807803ffdd879edca9fd4d73c4be35f3</id>
<content type='text'>
This patch adds ResendQueueSize, which sets the number of objects
that can be stored in the resend queue waiting to be confirmed.
The ResendBufferSize clause has been deprecated.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>src: add state polling support (oppossed to current event-driven)</title>
<updated>2009-01-17T17:03:53+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2009-01-17T17:03:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=746f7031f4d1e3bccdd6db3c53835d8b85b73c90'/>
<id>urn:sha1:746f7031f4d1e3bccdd6db3c53835d8b85b73c90</id>
<content type='text'>
This patch adds the clause PollSecs that changes the normal
behaviour of conntrackd. With PollSecs set to &gt; 0, conntrackd
polls every N seconds the entries.

This is the opposed behaviour of an event-driven behaviour but may
be useful for those that have really strong limitations in terms of
CPU consumption and want to perform a relaxed replication.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>src: support for redundant dedicated links</title>
<updated>2009-01-17T17:03:52+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2009-01-17T17:03:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=7ae054f8aae252ee9c57e26327675e466fc1d15d'/>
<id>urn:sha1:7ae054f8aae252ee9c57e26327675e466fc1d15d</id>
<content type='text'>
This patch adds support for redundant dedicated links. You can add
a pool of dedicated links that can be used if the current active
fails.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>run: limit the number of iterations over the event handling</title>
<updated>2009-01-15T22:19:35+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2009-01-15T22:19:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=b28224b0326636ff5832b38817b7720f48070ee7'/>
<id>urn:sha1:b28224b0326636ff5832b38817b7720f48070ee7</id>
<content type='text'>
Currently, the event handling can starve other event file
descriptors. This patch limits the number of event handling
iterations. The parameter is tunable via configuration file.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>doc: add note on McastSndSocketBuffer and McastRcvSocketBuffer</title>
<updated>2008-12-17T18:34:16+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2008-12-17T18:34:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=f9f184dbd989248a3eb4c68a7e950780902fb196'/>
<id>urn:sha1:f9f184dbd989248a3eb4c68a7e950780902fb196</id>
<content type='text'>
This patch adds a note on the impact of having small values for
the McastSndSocketBuffer and McastRcvSocketBuffer clauses.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>doc: revert commit 9bc7d7f8f333e79323495a193f92c9d4f1708da9</title>
<updated>2008-12-17T18:31:42+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2008-12-17T18:31:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=8be4e1c72909d7003735d92f2b3c2175ff84d2d9'/>
<id>urn:sha1:8be4e1c72909d7003735d92f2b3c2175ff84d2d9</id>
<content type='text'>
Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
</feed>
