HomeSort by relevance Sort by last modified time
    Searched defs:kNumRetries (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/p2p/client/
httpportallocator.h 38 static const int kNumRetries;
httpportallocator.cc 75 const int HttpPortAllocatorBase::kNumRetries = 5;
146 if (attempts_ == HttpPortAllocatorBase::kNumRetries) {

Completed in 384 milliseconds