Module s2n_quic_transport::connection

source ·
Expand description

This module contains the implementation of QUIC Connections and their management

Modules§

  • re-export core
  • re-export core
  • re-export core Defines the QUIC connection ID
  • re-export core

Structs§

  • A QUIC connection
  • re-export core Uniquely identifies a QUIC connection between 2 peers
  • re-export core
  • re-export core 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.
  • re-export core Uniquely identifies a QUIC connection between 2 peers
  • re-export core Uniquely identifies a QUIC connection between 2 peers

Enums§

  • re-export core Errors that a connection can encounter.
  • re-export core Some connection methods may need to indicate both ConnectionErrors and DecryptErrors. 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