Searched defs:rtcc_cc (Results 1 – 1 of 1) sorted by relevance
276 struct rtcc_cc { struct277 struct timeval tls; /* The time we started the sending */278 uint64_t lbw; /* Our last estimated bw */279 uint64_t lbw_rtt; /* RTT at bw estimate */280 uint64_t bw_bytes; /* The total bytes since this sending began */281 uint64_t bw_tot_time; /* The total time since sending began */282 uint64_t new_tot_time; /* temp holding the new value */283 uint64_t bw_bytes_at_last_rttc; /* What bw_bytes was at last rtt calc */284 uint32_t cwnd_at_bw_set; /* Cwnd at last bw saved - lbw */285 uint32_t vol_reduce; /* cnt of voluntary reductions */[all …]