commit | bc34b841556aad437baf4199744e55500bfa2088 | [log] [tgz] |
---|---|---|
author | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | Thu Oct 18 05:20:12 2007 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 18 05:20:12 2007 -0700 |
tree | 20596c842006cf8bcbff20c7050da51ff51686e1 | |
parent | 78c2e50253569e62caa4a61fc1cc5a0158edec43 [diff] |
[NETFILTER]: nf_conntrack_tcp: fix connection reopening fix If one side aborts an established connection, the entry still lingers for 10s in conntrack for the late packets. Allow to open up the connection again for the party which sent the RST packet. Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> Tested-by: Krzysztof Piotr Oledzki <ole@ans.pl> Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>