ghost0906
Results
1
issues of
ghost0906
按照代码中的算法进行带宽评估, ` info->inflight_size = trace_stats.pktFlightSize * 188 * 7; info->bandwidth = trace_stats.mbpsSendRate * 1024 * 1024; info->rtt = trace_stats.msRTT; double estimateMaxBandwidth = (maxBandwidth * minRtt) / 1000; int64_t curState =...