OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:acked_packets
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/net/quic/congestion_control/
send_algorithm_interface.h
49
// prior to the congestion event. |
acked_packets
| and |lost_packets| are
53
const CongestionVector&
acked_packets
,
pacing_sender.h
44
const CongestionVector&
acked_packets
,
send_algorithm_simulator.cc
248
SendAlgorithmInterface::CongestionVector
acked_packets
;
local
278
acked_packets
.push_back(make_pair(sender->last_acked, info));
296
true, transfer->bytes_in_flight,
acked_packets
, lost_packets);
297
DCHECK_LE(kPacketSize * (
acked_packets
.size() + lost_packets.size()),
300
kPacketSize * (
acked_packets
.size() + lost_packets.size());
303
transfer->bytes_acked +=
acked_packets
.size() * kPacketSize;
pacing_sender.cc
39
const CongestionVector&
acked_packets
,
45
rtt_updated, bytes_in_flight,
acked_packets
, lost_packets);
tcp_cubic_sender.h
47
const CongestionVector&
acked_packets
,
tcp_cubic_sender.cc
91
const CongestionVector&
acked_packets
,
103
for (CongestionVector::const_iterator it =
acked_packets
.begin();
104
it !=
acked_packets
.end(); ++it) {
tcp_cubic_sender_test.cc
90
SendAlgorithmInterface::CongestionVector
acked_packets
;
local
94
acked_packets
.push_back(
98
true, bytes_in_flight_,
acked_packets
, lost_packets);
104
SendAlgorithmInterface::CongestionVector
acked_packets
;
local
112
false, bytes_in_flight_,
acked_packets
, lost_packets);
118
SendAlgorithmInterface::CongestionVector
acked_packets
;
local
123
false, bytes_in_flight_,
acked_packets
, lost_packets);
/external/chromium_org/net/quic/test_tools/
quic_test_utils.h
449
const CongestionVector&
acked_packets
,
Completed in 392 milliseconds