Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dstunrequest.cc39 const int DELAY_UNIT = 100; // 100 milliseconds variable
193 int delay = DELAY_UNIT * talk_base::_min(1 << count_, DELAY_MAX_FACTOR); in GetNextDelay()