network: Remove CLI flag for yamux_window_size
#6468
Labels
C1-mentor
A task where a mentor is available. Please indicate in the issue who the mentor could be.
C2-good-first-issue
A task for a first time contributor to become familiar with the Polkadot-SDK.
The yamux window size is no longer configurable in libp2p:
Instead, the yamux implementation will use an auto tuning algoirhtm backported from Quic for performance improvements.
Litep2p will follow with a similar approach soon and then this flag will no longer be needed:
network_config.yamux_window_size
The text was updated successfully, but these errors were encountered: