Searched refs:allow_burst (Results 1 – 6 of 6) sorted by relevance
76 bool allow_burst = (burst_tokens_ > 0 || lumpy_tokens_ > 0); in GetNextReleaseTime() local77 return {ideal_next_packet_send_time_, allow_burst}; in GetNextReleaseTime()
394 EXPECT_FALSE(options.allow_burst); in TEST_F()406 options.allow_burst = true; in TEST_F()421 options.allow_burst = false; in TEST_F()428 options.allow_burst = true; in TEST_F()442 options.allow_burst = true; in TEST_F()
75 options->allow_burst; in CanBatch()110 if ((options->release_time_delay.IsZero() || options->allow_burst) && in GetReleaseTime()
36 bool allow_burst = false; member
760 bool allow_burst; member
3336 per_packet_options_->allow_burst = next_release_time_result.allow_burst; in CalculatePacketSentTime()