NethermindEth / dotnet-libp2p

A libp2p implementation for .NET in C#.
MIT License
53 stars 19 forks source link

Yamux: dynamic window #40

Open flcl42 opened 10 months ago

flcl42 commented 10 months ago

While exchanging big amounts of data yamux packet size can be adjusted depending on latency and throughput. To do so the implementation should react to window updates from remote peers and to adjust according to feedback from the application layer.