0.1.2 • Published 5 months ago

http2-auto-window-size v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

NPM version Repository package.json version MIT License Discord

http2-auto-window-size

Set HTTP/2 window size automatically based on estimated bandwidth and ping duration (RTT).

Strategy

  1. tolerable latency -> increase window size if bandwidth is high.
  2. intolerable latency -> reduce window size if bandwidth is low.

Installation

npm install http2-auto-window-size

Usage

import {setupAutoWindowSize} from 'http2-auto-window-size';

server.on('session', session => setupAutoWindowSize(session));

License

MIT License.

0.1.2

5 months ago

0.1.1

5 months ago

0.1.0

5 months ago