Expand description

Configuration parameters for a QUIC endpoint

Associated Types

The type of the TLS endpoint which is utilized

The connections type

The type of lock that synchronizes connection state between threads

The connection ID format

The stateless reset token generator

The random data generator

The validation token format

The endpoint limits

The connection limits

The type of stream

The connection close formatter

The event subscriber

The type by which paths are identified

The path migration validator for the endpoint

Associated Constants

The type of the local endpoint

Required methods

Returns the context for the endpoint configuration

Implementors