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