Module frame
Available on crate feature
quic only.Structs§
- Ack
- AckFrequency
- AckIter
- Application
Close - Reason given by an application for closing the connection
- Arrived
Datagram - A datagram as it arrived, with the bytes it occupied on the wire: the type, the length where the frame carries one, and the payload. Measured while parsing, so a legal but wider length varint counts for the width it was written in.
- Connection
Close - Reason given by the transport for closing the connection
- Crypto
- Datagram
- An unreliable datagram
- EcnCounts
- Frame
Type - A QUIC frame type
- Invalid
Frame - Iter
- NewConnection
Id - NewToken
- Reset
Stream - Stop
Sending - Stream
- Stream
Meta - Metadata from a stream frame
Enums§
Constants§
- RETIRE_
CONNECTION_ ID_ SIZE_ BOUND - Smallest number of bytes this type of frame is guaranteed to fit within.
Traits§
Type Aliases§
- Stream
Meta Vec - A vector of
StreamMetawith optimization for the single element case STREAM frame metadata of one packet; one frame per packet is the common case