Module quinn_proto::transport_parameters[][src]

QUIC connection transport parameters

The TransportParameters type is used to represent the transport parameters negotiated by peers while establishing a QUIC connection. This process happens as part of the establishment of the TLS session. As such, the types contained in this modules should generally only be referred to by custom implementations of the crypto::Session trait.

Structs

TransportParameters

Transport parameters used to negotiate connection-level preferences between peers

Enums

Error

Errors encountered while decoding TransportParameters