peerMaxConcurrentStreams property

int? get peerMaxConcurrentStreams

The maximum number of concurrent streams the peer currently allows, per its most recent SETTINGS_MAX_CONCURRENT_STREAMS (RFC 7540 6.5.2), or null if the peer hasn't advertised a limit.

This is only known once the peer's initial SETTINGS frame has arrived - see onInitialPeerSettingsReceived.

Implementation

int? get peerMaxConcurrentStreams;