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