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

  /external/chromium_org/content/renderer/p2p/
port_allocator.h 116 int relay_session_attempts_; member in class:content::P2PPortAllocatorSession
port_allocator.cc 108 relay_session_attempts_(0),
163 if (relay_session_attempts_ > kRelaySessionRetries)
165 relay_session_attempts_++;

Completed in 30 milliseconds