OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:acked_packets
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
packet.h
187
const std::vector<uint16_t>&
acked_packets
)
189
acked_packets_(
acked_packets
) {}
192
const std::vector<uint16_t>&
acked_packets
() const { return acked_packets_; }
function in class:webrtc::testing::bwe::TcpFeedback
packet_sender.cc
405
RTC_DCHECK(!tcp_fb->
acked_packets
().empty());
408
uint16_t expected = tcp_fb->
acked_packets
().back() - last_acked_seq_num_;
410
expected - static_cast<uint16_t>(tcp_fb->
acked_packets
().size());
412
for (uint16_t ack_seq_num : tcp_fb->
acked_packets
())
418
cwnd_ += tcp_fb->
acked_packets
().size();
424
LatestSequenceNumber(tcp_fb->
acked_packets
().back(), last_acked_seq_num_);
Completed in 54 milliseconds