Modules§
Structs§
- Client
Parameters - Connection
- Connection
Id - Connection ID in QUIC RFC 9000.
- Consistent
Concurrency - Consistent concurrency strategy increase limits as streams are closed, to keep the number of streams available to peers roughly consistent.
- Datagram
Reader - Datagram
Writer - The writer for application to send the datagram frames to the peer.
- Heartbeat
Config - Keep alive configuration.
- Link
- Network way, representing the quadruple of source and destination addresses.
- Packet
Header - Pathway
- Quic
Client - A quic client that can initiates connections to servers.
- Quic
Client Builder - A builder for
QuicClient
. - Quic
Proto - Quic
Server - The quic server that can accept incoming connections.
- Quic
Server Builder - The builder for the quic server.
- Quic
Server SniBuilder - The builder for the quic server with SNI enabled.
- Server
Parameters - Stream
Id - Streams are identified within a connection by a numeric value, referred to as the stream ID.
- VarInt
- An integer less than 2^62
Enums§
- Connection
Close Frame - CONNECTION_CLOSE Frame.
- Endpoint
Addr - Event
- The events that can be emitted by a quic connection
Traits§
- Control
Streams Concurrency - Controls the concurrency of unidirectional and bidirectional streams created by the peer,
primarily through
StreamsBlockedFrame
andMaxStreamsFrame
. - Emit
Event - Product
Quic Interface - Product
Streams Concurrency Controller - Quic
Interface - ToCertificate
- ToEndpoint
Addr - ToPrivate
Key - Token
Provider - Token
Sink - Write
Endpoint Addr - Write
Socket Addr