37 breaking releases

new 0.37.0 Apr 20, 2024
0.35.1 Apr 5, 2024
0.34.0 Mar 13, 2024
0.32.0 Dec 8, 2023
0.1.3 Mar 29, 2022

#7 in #receiving

Download history 71/week @ 2023-12-23 120/week @ 2023-12-30 190/week @ 2024-01-06 306/week @ 2024-01-13 696/week @ 2024-01-20 705/week @ 2024-01-27 590/week @ 2024-02-03 1253/week @ 2024-02-10 1172/week @ 2024-02-17 1024/week @ 2024-02-24 1435/week @ 2024-03-02 913/week @ 2024-03-09 761/week @ 2024-03-16 1630/week @ 2024-03-23 1052/week @ 2024-03-30 754/week @ 2024-04-06

4,335 downloads per month
Used in 11 crates (2 directly)

Apache-2.0

4.5MB
90K 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

~4.5MB
~76K SLoC