p2pflow
p2pflow copied to clipboard
Idle peers not removed correctly
If we leave p2pflow running for a while, we will build up a lot of idle peers. These don't get removed correctly in the BPF program (which works with TCP states). I think we don't remove connections that get closed by a remote peer correctly, which is why they build up. These are mostly IPv6 incoming connections.