Home
last modified time | relevance | path

Searched refs:rack_slot_reduction (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c225 static int32_t rack_slot_reduction = 4; variable
776 &rack_slot_reduction, 4, in rack_init_sysctls()
11488 if (slot && rack_slot_reduction) { in rack_get_pacing_delay()
11489 reduce = (slot / rack_slot_reduction); in rack_get_pacing_delay()