http2-auto-window-size
v0.1.2
Published
[](https://www.npmjs.com/package/http2-auto-window-size) [.
Strategy
- tolerable latency -> increase window size if bandwidth is high.
- intolerable latency -> reduce window size if bandwidth is low.
Installation
npm install http2-auto-window-sizeUsage
import {setupAutoWindowSize} from 'http2-auto-window-size';
server.on('session', session => setupAutoWindowSize(session));License
MIT License.
