Searched defs:RandomEarlyDetection (Results 1 – 3 of 3) sorted by relevance
32 RandomEarlyDetection() : soft_limit_(INT_MAX), hard_limit_(INT_MAX) {} in RandomEarlyDetection() function33 RandomEarlyDetection(uint64_t soft_limit, uint64_t hard_limit) in RandomEarlyDetection() function
51 TEST(RandomEarlyDetection, MustRejectWorks) { in TEST() argument