Crate quicr_core[−][src]
Structs
| ApplicationClose | |
| CertConfig | |
| ClientConfig | |
| Config |
Parameters governing the core QUIC state machine. |
| ConnectionClose | |
| ConnectionHandle | |
| ConnectionId |
Protocol-level identifier for a connection. |
| Endpoint |
The main entry point to the library |
| ListenKeys |
Information that should be preserved between restarts for server endpoints. |
| StreamId |
Identifier for a stream within a particular connection |
| TransportError |
Enums
| ConnectError | |
| ConnectionError |
Reasons why a connection might be lost. |
| Directionality |
Whether a stream communicates data in both directions or only from the initiator |
| EndpointError | |
| Event |
Events of interest to the application |
| Io |
I/O operations to be immediately executed the backend. |
| ReadError | |
| Side |
Whether an endpoint was the initiator of a connection |
| Timer | |
| WriteError |
Constants
| VERSION |
The QUIC protocol version implemented |