Searched refs:min_sleep (Results 1 – 3 of 3) sorted by relevance
221 const TimeDelta min_sleep = pacing_controller_.IsProbing() in MaybeProcessPackets() local224 next_process_time = std::max(now + min_sleep, next_process_time); in MaybeProcessPackets()
317 def RandSleep(self, min_sleep, max_sleep): argument324 duration = random.randint(min_sleep, max_sleep)/1000.0
4406 int min_sleep = 60; in clean_delay() local4412 if (sleep_time < min_sleep) in clean_delay()4413 return min_sleep; in clean_delay()