Settings for a TransportConnection a server can make.
- Inheritance
- Object
- Settings
- ServerSettings
Properties
- concurrentStreamLimit → int
-
read-only, inherited
The maximum number of concurrent streams the remote end can open (defaults to being unlimited).
- streamWindowSize → int
-
read-only, inherited
The default stream window size the remote peer can use when creating new streams (defaults to 65535 bytes).
Constructors
- ServerSettings({int concurrentStreamLimit, int streamWindowSize})
-
const