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