Searched refs:kLastEphemeralPort (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dvirtualsocketserver.cc40 const uint16 kLastEphemeralPort = 65535; member in namespace:rtc
41 const uint16 kEphemeralPortCount = kLastEphemeralPort - kFirstEphemeralPort + 1;
581 if (next_port_ < kLastEphemeralPort) {

Completed in 347 milliseconds