mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
udp: improve config docs for resend_buffer_max_len
This commit is contained in:
parent
ff071080b0
commit
de8d3a2bfa
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue