Available on crate feature
quinn-transport
only.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 postcard
- A sink that wraps a quinn SendStream with length delimiting and postcard
Enums§
- CreateChannelError for quinn channels.
Functions§
- Builds default quinn client config and trusts given certificates.
- Create a quinn server config with a self-signed certificate
- Get the handshake data from a quinn connection that uses rustls.
- Constructs a QUIC endpoint configured for use a client only.
- Constructs a QUIC endpoint that trusts all certificates.
- Create a server endpoint with a self-signed certificate
Type Aliases§
- Error for accept. Currently just a quinn::ConnectionError
- Error for open. Currently just a quinn::ConnectionError