Expand description

This module contains the implementation of QUIC Connections and their management

Modules

Defines the QUIC connection ID

Structs

A QUIC connection

Uniquely identifies a QUIC connection between 2 peers

Uniquely identifies a QUIC connection between 2 peers

An opaque token issued to each connection handle which allows the stream controller to track any pending open requests.

Parameters which are passed to a Connection. These are unique per created connection.

Uniquely identifies a QUIC connection between 2 peers

Uniquely identifies a QUIC connection between 2 peers

Enums

Errors that a connection can encounter.

Some connection methods may need to indicate both TransportErrors and CryptoErrors. This enum is used to allow for either error type to be returned as appropriate.

Traits

A lock that synchronizes connection state between the QUIC endpoint thread and application