HomeSort by relevance Sort by last modified time
    Searched refs:congestion_control (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/net/quic/
quic_config.cc 244 const QuicTagVector& congestion_control,
246 congestion_control_.set(congestion_control, default_congestion_control);
249 QuicTag QuicConfig::congestion_control() const { function in class:net::QuicConfig
321 QuicTagVector congestion_control; local
323 congestion_control.push_back(kPACE);
325 congestion_control.push_back(kQBIC);
326 congestion_control_.set(congestion_control, kQBIC);
quic_config.h 139 void set_congestion_control(const QuicTagVector& congestion_control,
142 QuicTag congestion_control() const;
quic_crypto_client_stream_test.cc 90 config->congestion_control());
quic_config_test.cc 92 EXPECT_EQ(kQBIC, config_.congestion_control());
125 EXPECT_EQ(kQBIC, config_.congestion_control());
quic_sent_packet_manager.cc 9 #include "net/quic/congestion_control/pacing_sender.h"
97 if (config.congestion_control() == kPACE) {
  /external/chromium_org/net/
net.target.darwin-arm.mk 283 net/quic/congestion_control/available_channel_estimator.cc \
284 net/quic/congestion_control/channel_estimator.cc \
285 net/quic/congestion_control/cube_root.cc \
286 net/quic/congestion_control/cubic.cc \
287 net/quic/congestion_control/fix_rate_receiver.cc \
288 net/quic/congestion_control/fix_rate_sender.cc \
289 net/quic/congestion_control/hybrid_slow_start.cc \
290 net/quic/congestion_control/inter_arrival_bitrate_ramp_up.cc \
291 net/quic/congestion_control/inter_arrival_overuse_detector.cc \
292 net/quic/congestion_control/inter_arrival_probe.cc
    [all...]
net.target.darwin-mips.mk 283 net/quic/congestion_control/available_channel_estimator.cc \
284 net/quic/congestion_control/channel_estimator.cc \
285 net/quic/congestion_control/cube_root.cc \
286 net/quic/congestion_control/cubic.cc \
287 net/quic/congestion_control/fix_rate_receiver.cc \
288 net/quic/congestion_control/fix_rate_sender.cc \
289 net/quic/congestion_control/hybrid_slow_start.cc \
290 net/quic/congestion_control/inter_arrival_bitrate_ramp_up.cc \
291 net/quic/congestion_control/inter_arrival_overuse_detector.cc \
292 net/quic/congestion_control/inter_arrival_probe.cc
    [all...]
net.target.darwin-x86.mk 283 net/quic/congestion_control/available_channel_estimator.cc \
284 net/quic/congestion_control/channel_estimator.cc \
285 net/quic/congestion_control/cube_root.cc \
286 net/quic/congestion_control/cubic.cc \
287 net/quic/congestion_control/fix_rate_receiver.cc \
288 net/quic/congestion_control/fix_rate_sender.cc \
289 net/quic/congestion_control/hybrid_slow_start.cc \
290 net/quic/congestion_control/inter_arrival_bitrate_ramp_up.cc \
291 net/quic/congestion_control/inter_arrival_overuse_detector.cc \
292 net/quic/congestion_control/inter_arrival_probe.cc
    [all...]
net.target.linux-arm.mk 283 net/quic/congestion_control/available_channel_estimator.cc \
284 net/quic/congestion_control/channel_estimator.cc \
285 net/quic/congestion_control/cube_root.cc \
286 net/quic/congestion_control/cubic.cc \
287 net/quic/congestion_control/fix_rate_receiver.cc \
288 net/quic/congestion_control/fix_rate_sender.cc \
289 net/quic/congestion_control/hybrid_slow_start.cc \
290 net/quic/congestion_control/inter_arrival_bitrate_ramp_up.cc \
291 net/quic/congestion_control/inter_arrival_overuse_detector.cc \
292 net/quic/congestion_control/inter_arrival_probe.cc
    [all...]
net.target.linux-mips.mk 283 net/quic/congestion_control/available_channel_estimator.cc \
284 net/quic/congestion_control/channel_estimator.cc \
285 net/quic/congestion_control/cube_root.cc \
286 net/quic/congestion_control/cubic.cc \
287 net/quic/congestion_control/fix_rate_receiver.cc \
288 net/quic/congestion_control/fix_rate_sender.cc \
289 net/quic/congestion_control/hybrid_slow_start.cc \
290 net/quic/congestion_control/inter_arrival_bitrate_ramp_up.cc \
291 net/quic/congestion_control/inter_arrival_overuse_detector.cc \
292 net/quic/congestion_control/inter_arrival_probe.cc
    [all...]
net.target.linux-x86.mk 283 net/quic/congestion_control/available_channel_estimator.cc \
284 net/quic/congestion_control/channel_estimator.cc \
285 net/quic/congestion_control/cube_root.cc \
286 net/quic/congestion_control/cubic.cc \
287 net/quic/congestion_control/fix_rate_receiver.cc \
288 net/quic/congestion_control/fix_rate_sender.cc \
289 net/quic/congestion_control/hybrid_slow_start.cc \
290 net/quic/congestion_control/inter_arrival_bitrate_ramp_up.cc \
291 net/quic/congestion_control/inter_arrival_overuse_detector.cc \
292 net/quic/congestion_control/inter_arrival_probe.cc
    [all...]

Completed in 137 milliseconds