udp: improve config comments for resend_buffer_max_len

This commit is contained in:
Joakim Frostegård 2023-03-09 22:16:57 +01:00
parent 63c705fd17
commit 987c880e01

View file

@ -99,6 +99,8 @@ pub struct NetworkConfig {
/// Useful on operating systems that do not provide an udp send buffer,
/// such as FreeBSD. Setting the value to zero disables resending
/// functionality.
///
/// Only active with mio backend.
pub resend_buffer_max_len: usize,
}