The initialStreamWindow const in yamux is 256 * 1024.
In some cases, the initial 256K window is too small and you have to wait for the window update.
This will result in a longer wait for the buffering.
So how can I enlarge the initialStreamWindow gracefully other than modifying yamux code.
The initialStreamWindow const in yamux is 256 * 1024. In some cases, the initial 256K window is too small and you have to wait for the window update. This will result in a longer wait for the buffering. So how can I enlarge the initialStreamWindow gracefully other than modifying yamux code.