Skip to main content

Module limits

Module limits 

Source
Expand description

Protocol limits. Callers may tighten the defaults, never widen the maxima.

Structs§

Limits
Per-session capacity ceilings, named as they appear on the wire. limits is the one object on the wire that grows between protocol versions, so unknown fields are ignored rather than rejected: a client that refused a ceiling it had never heard of would drop the channel every time the protocol gained one.

Constants§

ABSOLUTE_LIMITS
The widest configuration either side may accept.
DEFAULT_LIMITS
What an adapter assumes until hello-ack says otherwise.
DEFAULT_NEGOTIATION_MS
Milliseconds a driver waits for a hello before settling the session as generic (non-semantic).