On Monday 03 June 2002 17:58, Balazs Scheidler wrote: > TODO: > * when the socket is closed, the entry assigned to the socket > should be deleted. Sadly the only solution is to patch the core to > notify tproxy about this event, so the assigned entry can be > deleted.
The standard conntrack code shares part of this problem I think. There are a couple of conditions where the socket TCP state will be shut down without a FIN ever being seen. The most obvious example is time out during transmission. Regards Henrik