Skip to main content

COLD_START_SAMPLES

Constant COLD_START_SAMPLES 

Source
pub const COLD_START_SAMPLES: u32 = 5;
Expand description

Number of SRTT samples before transitioning from cold-start to normal floor.

During cold-start, report intervals use DEFAULT_COLD_START_INTERVAL_MS as the floor to gather SRTT samples quickly. After this many updates, the floor switches to MIN_REPORT_INTERVAL_MS.