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

Download history 1061/week @ 2024-07-29 995/week @ 2024-08-05 1736/week @ 2024-08-12 2416/week @ 2024-08-19 1790/week @ 2024-08-26 3579/week @ 2024-09-02 1638/week @ 2024-09-09 1172/week @ 2024-09-16 2043/week @ 2024-09-23 3320/week @ 2024-09-30 2733/week @ 2024-10-07 3382/week @ 2024-10-14 3073/week @ 2024-10-21 2036/week @ 2024-10-28 2423/week @ 2024-11-04 2569/week @ 2024-11-11

10,138 downloads per month
Used in 18 crates (2 directly)

Apache-2.0

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