mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 11:30:59 +00:00
cf7172248c
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> |
||
---|---|---|
.. | ||
plugins | ||
meson.build |