Home
last modified time | relevance | path

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

/external/webrtc/call/
Dsimulated_network.cc35 constexpr TimeDelta kDelayThreshold = TimeDelta::Millis(5); in DropDequeuedPacket() local
42 if (queue_size < kMaxPacketSize || queuing_time < kDelayThreshold) { in DropDequeuedPacket()