mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 18:25:30 +00:00
udp: config: make max_connection_age a u32, improve its documentation
This commit is contained in:
parent
4203e86eca
commit
38962eba6b
2 changed files with 3 additions and 3 deletions
|
|
@ -34,7 +34,7 @@ impl ConnectionValidator {
|
|||
Ok(Self {
|
||||
hmac,
|
||||
start_time: Instant::now(),
|
||||
max_connection_age: config.cleaning.max_connection_age as u32,
|
||||
max_connection_age: config.cleaning.max_connection_age,
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue