HomeSort by relevance Sort by last modified time
    Searched refs:QuicByteCount (Results 1 - 25 of 41) sorted by null

1 2

  /external/chromium_org/net/quic/congestion_control/
tcp_cubic_sender.h 48 QuicByteCount bytes_in_flight,
52 QuicByteCount bytes_in_flight,
54 QuicByteCount bytes,
59 QuicByteCount bytes_in_flight,
63 virtual QuicByteCount GetCongestionWindow() const OVERRIDE;
71 QuicByteCount acked_bytes,
72 QuicByteCount bytes_in_flight);
74 QuicByteCount bytes_in_flight);
76 QuicByteCount SendWindow() const;
78 QuicByteCount bytes_in_flight)
    [all...]
tcp_receiver.h 24 static const QuicByteCount kReceiveWindowTCP;
30 virtual void RecordIncomingPacket(QuicByteCount bytes,
35 QuicByteCount receive_window_;
leaky_bucket.h 29 void Add(QuicTime now, QuicByteCount bytes);
35 QuicByteCount BytesPending(QuicTime now);
40 QuicByteCount bytes_;
tcp_receiver.cc 12 const QuicByteCount TcpReceiver::kReceiveWindowTCP = 256000;
25 void TcpReceiver::RecordIncomingPacket(QuicByteCount bytes,
send_algorithm_interface.h 50 QuicByteCount bytes_in_flight,
61 QuicByteCount bytes_in_flight,
63 QuicByteCount bytes,
73 QuicByteCount bytes_in_flight,
88 virtual QuicByteCount GetCongestionWindow() const = 0;
fix_rate_sender.cc 52 QuicByteCount bytes_in_flight,
59 QuicByteCount /*bytes_in_flight*/,
61 QuicByteCount bytes,
72 QuicByteCount /*bytes_in_flight*/,
77 QuicByteCount FixRateSender::CongestionWindow() const {
78 QuicByteCount window_size_bytes = bitrate_.ToBytesPerPeriod(
95 QuicByteCount FixRateSender::GetCongestionWindow() const {
fix_rate_sender.h 34 QuicByteCount bytes_in_flight,
39 QuicByteCount bytes_in_flight,
41 QuicByteCount bytes,
46 QuicByteCount bytes_in_flight,
50 virtual QuicByteCount GetCongestionWindow() const OVERRIDE;
54 QuicByteCount CongestionWindow() const;
58 QuicByteCount max_segment_size_;
send_algorithm_simulator.h 69 QuicByteCount max_cwnd() const { return max_cwnd_; }
70 QuicByteCount min_cwnd() const { return min_cwnd_; }
71 QuicByteCount max_cwnd_drop() const { return max_cwnd_drop_; }
72 QuicByteCount last_cwnd() const { return last_cwnd_; }
109 QuicByteCount bytes_in_flight_;
123 QuicByteCount max_cwnd_;
124 QuicByteCount min_cwnd_;
125 QuicByteCount max_cwnd_drop_;
126 QuicByteCount last_cwnd_;
receive_algorithm_interface.h 33 virtual void RecordIncomingPacket(QuicByteCount bytes,
pacing_sender.h 38 QuicByteCount bytes_in_flight,
42 QuicByteCount bytes_in_flight,
44 QuicByteCount bytes,
49 QuicByteCount bytes_in_flight,
53 virtual QuicByteCount GetCongestionWindow() const OVERRIDE;
tcp_cubic_sender.cc 22 const QuicByteCount kMaxSegmentSize = kDefaultTCPMSS;
23 const QuicByteCount kDefaultReceiveWindow = 64000;
78 QuicByteCount bytes_in_flight,
99 QuicByteCount acked_bytes,
100 QuicByteCount bytes_in_flight) {
113 QuicByteCount bytes_in_flight) {
151 QuicByteCount /*bytes_in_flight*/,
153 QuicByteCount bytes,
172 QuicByteCount bytes_in_flight,
187 QuicByteCount TcpCubicSender::SendWindow() const
    [all...]
fix_rate_receiver.cc 28 QuicByteCount /*bytes*/,
fix_rate_receiver.h 31 virtual void RecordIncomingPacket(QuicByteCount bytes,
leaky_bucket.cc 22 void LeakyBucket::Add(QuicTime now, QuicByteCount bytes) {
38 QuicByteCount LeakyBucket::BytesPending(QuicTime now) {
45 QuicByteCount bytes_cleared = draining_rate_.ToBytesPerPeriod(elapsed_time);
pacing_sender.cc 33 QuicByteCount bytes_in_flight,
45 QuicByteCount bytes_in_flight,
47 QuicByteCount bytes,
93 QuicByteCount bytes_in_flight,
134 QuicByteCount PacingSender::GetCongestionWindow() const {
tcp_cubic_sender_test.cc 124 QuicByteCount bytes_in_flight_;
173 QuicByteCount bytes_to_send = sender_->SendWindow();
200 QuicByteCount bytes_to_send = sender_->SendWindow();
222 QuicByteCount expected_send_window =
260 QuicByteCount expected_send_window = kDefaultWindowTCP +
318 QuicByteCount expected_send_window = kDefaultWindowTCP +
374 QuicByteCount expected_send_window = kDefaultWindowTCP +
493 QuicByteCount expected_send_window =
520 QuicByteCount expected_send_window =
549 QuicByteCount expected_send_window
    [all...]
send_algorithm_simulator.cc 21 const QuicByteCount kPacketSize = 1200;
240 QuicByteCount bdp = bandwidth_.ToBytesPerPeriod(rtt_);
242 QuicByteCount qsize = sent_packets_.size() * kPacketSize - bdp;
254 QuicByteCount cwnd = send_algorithm_->GetCongestionWindow();
  /external/chromium_org/net/quic/
quic_bandwidth.h 15 typedef uint64 QuicByteCount;
35 static QuicBandwidth FromBytesAndTimeDelta(QuicByteCount bytes,
46 QuicByteCount ToBytesPerPeriod(QuicTime::Delta time_period) const;
58 QuicTime::Delta TransferTime(QuicByteCount bytes) const;
quic_bandwidth.cc 44 QuicBandwidth QuicBandwidth::FromBytesAndTimeDelta(QuicByteCount bytes,
75 QuicByteCount QuicBandwidth::ToBytesPerPeriod(
102 QuicTime::Delta QuicBandwidth::TransferTime(QuicByteCount bytes) const {
quic_unacked_packet_map.h 63 QuicByteCount bytes_in_flight() const {
77 QuicByteCount bytes_sent,
quic_sent_packet_manager.h 54 QuicByteCount byte_size) {}
140 QuicByteCount bytes,
171 QuicByteCount GetCongestionWindow() const;
239 QuicByteCount bytes_in_flight);
quic_received_packet_manager.h 105 void RecordPacketReceived(QuicByteCount bytes,
  /external/chromium_org/net/tools/quic/test_tools/
packet_dropping_test_writer.h 100 QuicByteCount buffer_size) {
141 QuicByteCount cur_buffer_size_;
149 QuicByteCount buffer_size_;
  /external/chromium_org/net/quic/test_tools/
quic_sent_packet_manager_peer.h 63 static QuicByteCount GetBytesInFlight(
quic_test_utils.h 443 MOCK_METHOD1(SetMaxPacketSize, void(QuicByteCount max_packet_size));
448 QuicByteCount bytes_in_flight,
452 bool(QuicTime, QuicByteCount, QuicPacketSequenceNumber,
453 QuicByteCount, HasRetransmittableData));
457 QuicByteCount bytes_in_flight,
462 MOCK_CONST_METHOD0(GetCongestionWindow, QuicByteCount());

Completed in 1373 milliseconds

1 2