50 breaking releases
new 0.50.0 | Nov 12, 2024 |
---|---|
0.48.0 | Oct 17, 2024 |
0.43.0 | Jul 23, 2024 |
0.34.0 | Mar 13, 2024 |
0.1.3 | Mar 29, 2022 |
#3 in #s2n-quic
10,138 downloads per month
Used in 18 crates
(2 directly)
5MB
104K
SLoC
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.
lib.rs
:
This module contains all main runtime components for receiving and sending data via the QUIC protocol.
Dependencies
~4MB
~71K SLoC