51 breaking releases

new 0.51.0 Nov 21, 2024
0.49.0 Nov 4, 2024
0.43.0 Jul 23, 2024
0.34.0 Mar 13, 2024
0.1.3 Mar 29, 2022

#5 in #receiving

Download history 1020/week @ 2024-08-01 1428/week @ 2024-08-08 2394/week @ 2024-08-15 1954/week @ 2024-08-22 2155/week @ 2024-08-29 2782/week @ 2024-09-05 1643/week @ 2024-09-12 1144/week @ 2024-09-19 3787/week @ 2024-09-26 2756/week @ 2024-10-03 2592/week @ 2024-10-10 3378/week @ 2024-10-17 2393/week @ 2024-10-24 2196/week @ 2024-10-31 3004/week @ 2024-11-07 2169/week @ 2024-11-14

10,076 downloads per month
Used in 20 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