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