Skip to content
Commit 72d4d3e3 authored by Jozsef Kadlecsik's avatar Jozsef Kadlecsik Committed by Pablo Neira Ayuso
Browse files

netfilter: Fix handling simultaneous open in TCP conntrack



Dominique Martinet reported a TCP hang problem when simultaneous open was used.
The problem is that the tcp_conntracks state table is not smart enough
to handle the case. The state table could be fixed by introducing a new state,
but that would require more lines of code compared to this patch, due to the
required backward compatibility with ctnetlink.

Signed-off-by: default avatarJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Reported-by: default avatarDominique Martinet <asmadeus@codewreck.org>
Tested-by: default avatarDominique Martinet <asmadeus@codewreck.org>
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent 25eb0ea7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment