Expand description
Summarizes events that occurred during a connection.
Structs§
- Close
Trigger Frames - A container for frames that h3i expects to see over a given connection. If h3i receives all the frames it expects, it will send a CONNECTION_CLOSE frame to the server. This bypasses the idle timeout and vastly quickens test suites which depend heavily on h3i.
- Connection
Close Details - Denotes why the connection was closed.
- Connection
Summary - A summary of all frames received on a connection. There are some extra fields included to provide additional context into the connection’s behavior.
- Serializable
Connection Error - A wrapper to help serialize a quiche::ConnectionError
- Serializable
Path Stats - A wrapper to help serialize quiche::PathStats
- Serializable
Stats - A wrapper to help serialize quiche::Stats
- Stream
Map - A read-only aggregation of frames received over a connection, mapped to the stream ID over which they were received.
Constants§
- MAX_
SERIALIZED_ BUFFER_ LEN - Maximum length of any serialized element’s unstructured data such as reason phrase.