Crates.io | s2n-quic-transport |
lib.rs | s2n-quic-transport |
version | 0.49.0 |
source | src |
created_at | 2022-02-16 01:27:33.383046 |
updated_at | 2024-11-04 22:04:54.449302 |
description | Internal crate used by s2n-quic |
homepage | |
repository | https://github.com/aws/s2n-quic |
max_upload_size | |
id | 533022 |
size | 2,020,983 |
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.
Streams allow to transfer data between the client and the server. Multiple streams can be multiplexed on a single connection.
Connections describe the logic connection between 2 peers.
Endpoints are responsible for receiving and sending UDP packets. They are the entry-point into the QUIC stack on a host.