<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.nftables.org/wiki-nftables/index.php?action=history&amp;feed=atom&amp;title=Ct_timeout</id>
	<title>Ct timeout - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.nftables.org/wiki-nftables/index.php?action=history&amp;feed=atom&amp;title=Ct_timeout"/>
	<link rel="alternate" type="text/html" href="http://wiki.nftables.org/wiki-nftables/index.php?title=Ct_timeout&amp;action=history"/>
	<updated>2026-05-13T18:15:44Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>http://wiki.nftables.org/wiki-nftables/index.php?title=Ct_timeout&amp;diff=859&amp;oldid=prev</id>
		<title>Fmyhr: Created initial page, using example from nftables 0.9.1 release notes.</title>
		<link rel="alternate" type="text/html" href="http://wiki.nftables.org/wiki-nftables/index.php?title=Ct_timeout&amp;diff=859&amp;oldid=prev"/>
		<updated>2021-04-07T20:36:27Z</updated>

		<summary type="html">&lt;p&gt;Created initial page, using example from nftables 0.9.1 release notes.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;You can use a &amp;#039;&amp;#039;ct timeout&amp;#039;&amp;#039; object to specify a [[Connection_Tracking_System|connection tracking]] timeout policy for a particular flow.&lt;br /&gt;
&lt;br /&gt;
The partial ruleset below defines a &amp;#039;&amp;#039;ct timeout&amp;#039;&amp;#039; named &amp;#039;&amp;#039;agressive-tcp&amp;#039;&amp;#039; and then attaches it to a rule to override the default timeout policy for packets going to port tcp/8888:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source&amp;gt;&lt;br /&gt;
table inet ct_timeout_demo {&lt;br /&gt;
&lt;br /&gt;
    ct timeout agressive-tcp {&lt;br /&gt;
        l3proto ip;&lt;br /&gt;
        protocol tcp;&lt;br /&gt;
        policy = {established: 100, close_wait: 4, close: 4}&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    chain output {&lt;br /&gt;
        tcp dport 8888 ct timeout set &amp;quot;agressive-tcp&amp;quot;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Support for &amp;#039;&amp;#039;ct timeout&amp;#039;&amp;#039; was added in [https://marc.info/?l=netfilter&amp;amp;m=156139496810281&amp;amp;w=2 nftables&amp;amp;nbsp;0.9.1].&lt;/div&gt;</summary>
		<author><name>Fmyhr</name></author>
	</entry>
</feed>