udp: improve config docs for resend_buffer_max_len

This commit is contained in:
Joakim Frostegård 2022-07-03 22:29:51 +02:00
parent ff071080b0
commit de8d3a2bfa

View file

@ -86,7 +86,7 @@ pub struct NetworkConfig {
pub socket_recv_buffer_size: usize,
pub poll_event_capacity: usize,
pub poll_timeout_ms: u64,
/// Store this many responses at most for retryin on send failure
/// Store this many responses at most for retrying (once) on send failure
///
/// Useful on operating systems that do not provide an udp send buffer,
/// such as FreeBSD. Setting the value to zero disables resending