Settings for a TransportConnection.

Implemented by

Properties

concurrentStreamLimit → int
read-only

The maximum number of concurrent streams the remote end can open (defaults to being unlimited).

streamWindowSize → int
read-only

The default stream window size the remote peer can use when creating new streams (defaults to 65535 bytes).

Constructors

Settings({int concurrentStreamLimit, int streamWindowSize})
const