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
sets the connection timeout to be a function of ping. ping explicitly will not keep a connection alive, per libp2p/rust-libp2p#4950 (comment).
We dial peers ourselves and expect the connections to be maintained ad-infinitum, unless the connections actually disconnect (which is observable by ping failing). If a validator is no longer relevant, they'll be banned. Please note this isn't entirely accurate, as we don't necessarily want to accept and maintain an unbounded amount of incoming connections, but it is the correct premise regarding dialed connections.
The text was updated successfully, but these errors were encountered:
serai/coordinator/p2p/libp2p/src/lib.rs
Line 206 in be2098d
We dial peers ourselves and expect the connections to be maintained ad-infinitum, unless the connections actually disconnect (which is observable by ping failing). If a validator is no longer relevant, they'll be banned. Please note this isn't entirely accurate, as we don't necessarily want to accept and maintain an unbounded amount of incoming connections, but it is the correct premise regarding dialed connections.
The text was updated successfully, but these errors were encountered: