Searched defs:RttTime (Results 1 – 1 of 1) sorted by relevance
63 struct RttTime { struct64 RttTime(int64_t new_rtt, int64_t rtt_time) : rtt(new_rtt), time(rtt_time) {} in RttTime() function65 const int64_t rtt;66 const int64_t time;