Expand description
A simple, low-level, and customizable implementation of a QUIC P2P node.
Structs§
- Config
- The configuration for the node.
- Connection
- A QUIC connection.
- Node
- Contains objects providing P2P networking capabilities.
- Stream
Id - Identifier for a stream within a particular connection
- Stream
Stats - A set of simple statistics related to a stream.
- VarInt
- An integer less than 2^62
Traits§
Type Aliases§
- ConnId
- The stable ID of a connection.