dotnet-libp2p icon indicating copy to clipboard operation
dotnet-libp2p copied to clipboard

Yamux: dynamic window

Open flcl42 opened this issue 2 years ago • 0 comments

While exchanging big amounts of data yamux packet size can be adjusted depending on latency and throughput. To do so the implementation should track incoming data consumption and change the window

flcl42 avatar Sep 07 '23 08:09 flcl42