dariusc93 / rust-ipfs

The InterPlanetary File System (IPFS), implemented in Rust.
Apache License 2.0
36 stars 7 forks source link

chore: Decrease quic timeout #206

Closed dariusc93 closed 1 month ago

dariusc93 commented 1 month ago

This is set low due to quic transport not properly resetting connection state when reconnecting before connection timeout. While in smaller settings (eg where a peer has several connections) this would be alright, we should be cautious of this setting for nodes with larger connections since this may increase cpu and network usage, although untested or confirmed if that would be the case.

See https://github.com/libp2p/rust-libp2p/issues/5097 for issue