gst-plugins-rs/net/quinn
Sanchayan Maity cf7172248c net/quinn: Allow setting some parameters from TransportConfig
As of now, we expose the below four properties from `TransportConfig`.
- Initial MTU
- Minimum MTU
- Datagram receive buffer size
- Datagram send buffer size

Maximum UDP payload size from `EndpointConfig` and upper bound from
`MtuDiscoveryConfig` are also exposed as properties.

See the below documentation for further details.
- https://docs.rs/quinn/latest/quinn/struct.TransportConfig.html
- https://docs.rs/quinn/latest/quinn/struct.MtuDiscoveryConfig.html
- https://docs.rs/quinn/latest/quinn/struct.EndpointConfig.html

While at it, also clean up passing function parameters to the functions
in utils.rs.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1613>
2024-06-25 20:15:40 +05:30
..
src net/quinn: Allow setting some parameters from TransportConfig 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