mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +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 socket_recv_buffer_size: usize,
|
||||||
pub poll_event_capacity: usize,
|
pub poll_event_capacity: usize,
|
||||||
pub poll_timeout_ms: u64,
|
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,
|
/// Useful on operating systems that do not provide an udp send buffer,
|
||||||
/// such as FreeBSD. Setting the value to zero disables resending
|
/// such as FreeBSD. Setting the value to zero disables resending
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue