Searched refs:delay_by_ip_ (Results 1 – 2 of 2) sorted by relevance
117 delay_by_ip_[address.ipaddr()] = delay_ms; in SetDelayOnAddress()294 std::map<rtc::IPAddress, int> delay_by_ip_; variable
1071 auto iter = delay_by_ip_.find(socket->GetLocalAddress().ipaddr()); in GetTransitDelay()1072 if (iter != delay_by_ip_.end()) { in GetTransitDelay()