From de8d3a2bfa1d658d45773331b1e1395a53f4ab75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Sun, 3 Jul 2022 22:29:51 +0200 Subject: [PATCH] udp: improve config docs for resend_buffer_max_len --- aquatic_udp/src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aquatic_udp/src/config.rs b/aquatic_udp/src/config.rs index 1214eee..858a70a 100644 --- a/aquatic_udp/src/config.rs +++ b/aquatic_udp/src/config.rs @@ -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