Home
last modified time | relevance | path

Searched refs:current_round_trip_time_ms_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/p2p/base/
Dconnection.h426 absl::optional<uint32_t> current_round_trip_time_ms_; variable
Dconnection.cc904 current_round_trip_time_ms_ = static_cast<uint32_t>(rtt); in ReceivedPingResponse()
1243 stats_.current_round_trip_time_ms = current_round_trip_time_ms_; in stats()