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.
limitsis 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-acksays otherwise. - DEFAULT_
NEGOTIATION_ MS - Milliseconds a driver waits for a
hellobefore settling the session as generic (non-semantic).