settingsTimeout property

Duration settingsTimeout
final

How long to wait for a freshly dialed connection's peer to send its mandatory initial SETTINGS frame (RFC 7540 3.5).

Until it arrives the peer's stream limit is unknown, so the connection can't be safely multiplexed onto; a peer that never sends one is abandoned rather than waited on forever.

Implementation

final Duration settingsTimeout;