mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-21 02:33:23 +00:00
Correct default initial RTT
This commit is contained in:
committed by
Dirkjan Ochtman
parent
5a4d18f837
commit
3339bc8f27
@@ -246,7 +246,7 @@ impl Default for TransportConfig {
|
||||
max_tlps: 2,
|
||||
packet_threshold: 3,
|
||||
time_threshold: 9.0 / 8.0,
|
||||
initial_rtt: Duration::from_millis(500), // per spec, intentionally distinct from EXPECTED_RTT
|
||||
initial_rtt: Duration::from_millis(333), // per spec, intentionally distinct from EXPECTED_RTT
|
||||
|
||||
persistent_congestion_threshold: 3,
|
||||
keep_alive_interval: None,
|
||||
|
||||
Reference in New Issue
Block a user