s2n-quic-transport

Crates.ios2n-quic-transport
lib.rss2n-quic-transport
version0.49.0
sourcesrc
created_at2022-02-16 01:27:33.383046
updated_at2024-11-04 22:04:54.449302
descriptionInternal crate used by s2n-quic
homepage
repositoryhttps://github.com/aws/s2n-quic
max_upload_size
id533022
size2,020,983
s2n-core (github:aws:s2n-core)

documentation

README

quic-transport

This module contains all main runtime components for receiving and sending data via the QUIC protocol.

This is an internal crate used by s2n-quic. The API is not currently stable and should not be used directly.

Overview

Streams

Streams allow to transfer data between the client and the server. Multiple streams can be multiplexed on a single connection.

Connections

Connections describe the logic connection between 2 peers.

Endpoints

Endpoints are responsible for receiving and sending UDP packets. They are the entry-point into the QUIC stack on a host.

Commit count: 1556

cargo fmt