Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/cc/
H A Dcc_cubic.c106 int epoch_ack_count; member
396 if (cubic_data->epoch_ack_count > 0 && in cubic_post_recovery()
397 cubic_data->sum_rtt_ticks >= cubic_data->epoch_ack_count) { in cubic_post_recovery()
399 cubic_data->epoch_ack_count); in cubic_post_recovery()
402 cubic_data->epoch_ack_count = 0; in cubic_post_recovery()
445 cubic_data->epoch_ack_count++; in cubic_record_rtt()