Expand description
The QUIC endpoint: transport parameters, the accept loop and peer metadata.
Structs§
- Auth
Gate - Whether a connection has got past the door, shared by everything that asks.
- Peer
Info - What the handshake revealed about a peer, for logging.
- Reload
Handle - Replaces the configuration of a running server.
- Server
- A bound QUIC endpoint ready to accept connections.
Constants§
- CONNECTION_
RECEIVE_ WINDOW - Aggregate flow-control window for one connection, in bytes.
- FD_
HEADROOM - Descriptors assumed to be needed beyond the tunnel quota: the endpoint socket, the request streams, stdio, and the certificate reads a reload does.
- INITIAL_
BIDI_ STREAMS - Bidirectional streams a peer may have open before it has authenticated.
- MAX_
PEER_ UNI_ STREAMS - Unidirectional streams a peer may have open on one connection at a time.
- SEND_
WINDOW - Aggregate unacknowledged outbound stream data per connection, in bytes.
- STREAM_
RECEIVE_ WINDOW - Per-stream flow-control window, in bytes.
Functions§
- peer_
info - Extracts loggable handshake metadata from an established connection.