You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: