Home
last modified time | relevance | path

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

/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
Dpacing_sender.h76 bool allow_burst = (burst_tokens_ > 0 || lumpy_tokens_ > 0); in GetNextReleaseTime() local
77 return {ideal_next_packet_send_time_, allow_burst}; in GetNextReleaseTime()
/external/cronet/net/third_party/quiche/src/quiche/quic/core/batch_writer/
Dquic_gso_batch_writer_test.cc394 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()
Dquic_gso_batch_writer.cc75 options->allow_burst; in CanBatch()
110 if ((options->release_time_delay.IsZero() || options->allow_burst) && in GetReleaseTime()
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_packet_writer.h36 bool allow_burst = false; member
Dquic_types.h760 bool allow_burst; member
Dquic_connection.cc3336 per_packet_options_->allow_burst = next_release_time_result.allow_burst; in CalculatePacketSentTime()