Expand description
QUIC transport implementation based on quinn
Structs§
- A connection using a quinn connection
- A listener using a quinn connection
- A stream that wraps a quinn RecvStream with length delimiting and bincode
- A sink that wraps a quinn SendStream with length delimiting and bincode
Enums§
- CreateChannelError for quinn channels.
Functions§
- Get the handshake data from a quinn connection that uses rustls.
Type Aliases§
- Error for accept. Currently just a quinn::ConnectionError
- Error for open. Currently just a quinn::ConnectionError