gst-plugins-rs/net/quinn
Sanchayan Maity bc5ed023e4 net/quinn: Improve datagram handling
We now check if the peer actually supports Datagram and refusing to
proceed if it does not. Since the datagram size can actually change
over the lifetime of a connection according to variation in path MTU
estimate, also check buffer size before trying to send.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1613>
2024-06-25 20:15:40 +05:30
..
src net/quinn: Improve datagram handling 2024-06-25 20:15:40 +05:30
tests net/quinn: Make QUIC role configurable 2024-05-31 23:20:38 +02:00
build.rs Move net/quic to net/quinn 2024-05-01 22:30:23 +05:30
Cargo.toml net/quinn: Port to quinn 0.11 and rustls 0.23 2024-05-09 13:49:33 +02:00