gst-plugins-rs/net
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
..
aws Use Option::is_some_and(...) instead of Option::map_or(false, ...) 2024-06-19 13:03:37 +00:00
hlssink3 Fix various new clippy 1.79 warnings 2024-06-14 08:33:49 +03:00
ndi Use Option::is_some_and(...) instead of Option::map_or(false, ...) 2024-06-19 13:03:37 +00:00
onvif Use Option::is_some_and(...) instead of Option::map_or(false, ...) 2024-06-19 13:03:37 +00:00
quinn net/quinn: Allow setting some parameters from TransportConfig 2024-06-25 20:15:40 +05:30
raptorq Fix various new clippy 1.79 warnings 2024-06-14 08:33:49 +03:00
reqwest Fix various new clippy 1.79 warnings 2024-06-14 08:33:49 +03:00
rtp rtprecv: ensure that stopping the rtp src task does not critical 2024-06-24 13:13:28 +00:00
rtsp rtspsrc2: Update rtpbin2 support to use rtprecv and rtpsend 2024-05-28 19:58:09 +10:00
webrtc Update for new clone/closure macro syntax 2024-06-21 11:54:58 +03:00
webrtchttp webrtchttp: Fix race condition when unlocking 2024-06-10 07:38:29 +00:00