Home
last modified time | relevance | path

Searched refs:acked_packets (Results 1 – 25 of 83) sorted by relevance

1234

/dports/net-im/tg_owt/tg_owt-d578c76/src/logging/rtc_event_log/events/
H A Drtc_event_generic_ack_received.cc23 const std::vector<AckedPacket>& acked_packets) { in CreateLogs() argument
26 result.reserve(acked_packets.size()); in CreateLogs()
27 for (const AckedPacket& packet : acked_packets) { in CreateLogs()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/congestion_control/
H A Dbbr2_misc.cc88 const AckedPacketVector& acked_packets, in OnCongestionEventStart() argument
96 acked_packets.empty() ? false in OnCongestionEventStart()
98 acked_packets.rbegin()->packet_number); in OnCongestionEventStart()
101 bandwidth_sampler_.OnCongestionEvent(event_time, acked_packets, in OnCongestionEventStart()
119 << acked_packets.size() in OnCongestionEventStart()
127 if (acked_packets.empty()) { in OnCongestionEventStart()
H A Dtcp_cubic_sender_bytes_test.cc86 AckedPacketVector acked_packets; in AckNPackets() local
90 acked_packets.push_back( in AckNPackets()
95 acked_packets, lost_packets); in AckNPackets()
103 AckedPacketVector acked_packets; in LoseNPackets() local
111 acked_packets, lost_packets); in LoseNPackets()
117 AckedPacketVector acked_packets; in LosePacket() local
122 acked_packets, lost_packets); in LosePacket()
791 AckedPacketVector acked_packets; in TEST_F() local
796 acked_packets.clear(); in TEST_F()
797 acked_packets.push_back( in TEST_F()
[all …]
H A Dbandwidth_sampler.cc204 const AckedPacketVector& acked_packets, in OnCongestionEvent() argument
221 if (acked_packets.empty()) { in OnCongestionEvent()
228 for (const auto& packet : acked_packets) { in OnCongestionEvent()
261 lost_packets.back().packet_number > acked_packets.back().packet_number in OnCongestionEvent()
H A Dpacing_sender.cc45 const AckedPacketVector& acked_packets, in OnCongestionEvent() argument
53 acked_packets, lost_packets); in OnCongestionEvent()
H A Dbbr2_sender.cc161 const AckedPacketVector& acked_packets, in OnCongestionEvent() argument
172 model_.OnCongestionEventStart(event_time, acked_packets, lost_packets, in OnCongestionEvent()
179 OnCongestionEvent(prior_in_flight, event_time, acked_packets, in OnCongestionEvent()
214 << this << " END CongestionEvent(acked:" << acked_packets in OnCongestionEvent()
H A Dbbr_sender.cc394 const AckedPacketVector& acked_packets, in OnCongestionEvent() argument
409 if (!acked_packets.empty()) { in OnCongestionEvent()
410 QuicPacketNumber last_acked_packet = acked_packets.rbegin()->packet_number; in OnCongestionEvent()
417 sampler_.OnCongestionEvent(event_time, acked_packets, lost_packets, in OnCongestionEvent()
436 << " bytes from " << acked_packets.size() in OnCongestionEvent()
443 if (acked_packets.empty()) { in OnCongestionEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/congestion_control/
H A Dtcp_cubic_sender_bytes_test.cc86 AckedPacketVector acked_packets; in AckNPackets() local
90 acked_packets.push_back( in AckNPackets()
95 acked_packets, lost_packets); in AckNPackets()
103 AckedPacketVector acked_packets; in LoseNPackets() local
111 acked_packets, lost_packets); in LoseNPackets()
117 AckedPacketVector acked_packets; in LosePacket() local
122 acked_packets, lost_packets); in LosePacket()
791 AckedPacketVector acked_packets; in TEST_F() local
796 acked_packets.clear(); in TEST_F()
797 acked_packets.push_back( in TEST_F()
[all …]
H A Dbbr2_misc.cc86 const AckedPacketVector& acked_packets, in OnCongestionEventStart() argument
94 acked_packets.empty() ? false in OnCongestionEventStart()
96 acked_packets.rbegin()->packet_number); in OnCongestionEventStart()
99 bandwidth_sampler_.OnCongestionEvent(event_time, acked_packets, in OnCongestionEventStart()
115 << acked_packets.size() in OnCongestionEventStart()
H A Dbandwidth_sampler.cc203 const AckedPacketVector& acked_packets, in OnCongestionEvent() argument
220 if (acked_packets.empty()) { in OnCongestionEvent()
227 for (const auto& packet : acked_packets) { in OnCongestionEvent()
260 lost_packets.back().packet_number > acked_packets.back().packet_number in OnCongestionEvent()
H A Dpacing_sender.cc45 const AckedPacketVector& acked_packets, in OnCongestionEvent() argument
53 acked_packets, lost_packets); in OnCongestionEvent()
H A Dbbr2_sender.cc232 const AckedPacketVector& acked_packets, in OnCongestionEvent() argument
243 model_.OnCongestionEventStart(event_time, acked_packets, lost_packets, in OnCongestionEvent()
250 OnCongestionEvent(prior_in_flight, event_time, acked_packets, in OnCongestionEvent()
284 << this << " END CongestionEvent(acked:" << acked_packets in OnCongestionEvent()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/logging/rtc_event_log/events/
H A Drtc_event_generic_ack_received.cc23 const std::vector<AckedPacket>& acked_packets) { in CreateLogs() argument
26 for (const AckedPacket& packet : acked_packets) { in CreateLogs()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/logging/rtc_event_log/events/
H A Drtc_event_generic_ack_received.cc23 const std::vector<AckedPacket>& acked_packets) { in CreateLogs() argument
26 for (const AckedPacket& packet : acked_packets) { in CreateLogs()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/logging/rtc_event_log/events/
H A Drtc_event_generic_ack_received.cc23 const std::vector<AckedPacket>& acked_packets) { in CreateLogs() argument
26 for (const AckedPacket& packet : acked_packets) { in CreateLogs()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/congestion_controller/bbr/
H A Dbbr_network_controller.cc419 std::vector<PacketResult> acked_packets = msg.ReceivedWithSendInfo(); in OnTransportPacketsFeedback() local
422 static_cast<int>(lost_packets.size() + acked_packets.size()); in OnTransportPacketsFeedback()
428 if (!acked_packets.empty()) { in OnTransportPacketsFeedback()
430 acked_packets.rbegin()->sent_packet.sequence_number; in OnTransportPacketsFeedback()
434 UpdateBandwidthAndMinRtt(msg.feedback_time, acked_packets); in OnTransportPacketsFeedback()
480 if (!acked_packets.empty()) { in OnTransportPacketsFeedback()
482 acked_packets.back().sent_packet.sequence_number); in OnTransportPacketsFeedback()
575 const std::vector<PacketResult>& acked_packets) { in UpdateBandwidthAndMinRtt() argument
577 for (const auto& packet : acked_packets) { in UpdateBandwidthAndMinRtt()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/remote_bitrate_estimator/test/
H A Dpacket_sender.cc398 RTC_DCHECK(!tcp_fb->acked_packets().empty()); in UpdateCongestionControl()
401 uint16_t expected = tcp_fb->acked_packets().back() - last_acked_seq_num_; in UpdateCongestionControl()
403 expected - static_cast<uint16_t>(tcp_fb->acked_packets().size()); in UpdateCongestionControl()
405 for (uint16_t ack_seq_num : tcp_fb->acked_packets()) in UpdateCongestionControl()
411 cwnd_ += tcp_fb->acked_packets().size(); in UpdateCongestionControl()
417 LatestSequenceNumber(tcp_fb->acked_packets().back(), last_acked_seq_num_); in UpdateCongestionControl()
H A Dpacket.h184 const std::vector<uint16_t>& acked_packets) in TcpFeedback() argument
186 acked_packets_(acked_packets) {} in TcpFeedback()
189 const std::vector<uint16_t>& acked_packets() const { return acked_packets_; } in acked_packets() function
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dpacket_sender.cc419 RTC_DCHECK(!tcp_fb->acked_packets().empty()); in UpdateCongestionControl()
422 uint16_t expected = tcp_fb->acked_packets().back() - last_acked_seq_num_; in UpdateCongestionControl()
424 expected - static_cast<uint16_t>(tcp_fb->acked_packets().size()); in UpdateCongestionControl()
426 for (uint16_t ack_seq_num : tcp_fb->acked_packets()) in UpdateCongestionControl()
432 cwnd_ += tcp_fb->acked_packets().size(); in UpdateCongestionControl()
438 LatestSequenceNumber(tcp_fb->acked_packets().back(), last_acked_seq_num_); in UpdateCongestionControl()
H A Dpacket.h202 const std::vector<uint16_t>& acked_packets) in TcpFeedback() argument
204 acked_packets_(acked_packets) {} in TcpFeedback()
207 const std::vector<uint16_t>& acked_packets() const { return acked_packets_; } in acked_packets() function
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dpacket_sender.cc419 RTC_DCHECK(!tcp_fb->acked_packets().empty()); in UpdateCongestionControl()
422 uint16_t expected = tcp_fb->acked_packets().back() - last_acked_seq_num_; in UpdateCongestionControl()
424 expected - static_cast<uint16_t>(tcp_fb->acked_packets().size()); in UpdateCongestionControl()
426 for (uint16_t ack_seq_num : tcp_fb->acked_packets()) in UpdateCongestionControl()
432 cwnd_ += tcp_fb->acked_packets().size(); in UpdateCongestionControl()
438 LatestSequenceNumber(tcp_fb->acked_packets().back(), last_acked_seq_num_); in UpdateCongestionControl()
H A Dpacket.h202 const std::vector<uint16_t>& acked_packets) in TcpFeedback() argument
204 acked_packets_(acked_packets) {} in TcpFeedback()
207 const std::vector<uint16_t>& acked_packets() const { return acked_packets_; } in acked_packets() function
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/remote_bitrate_estimator/test/
H A Dpacket_sender.cc419 RTC_DCHECK(!tcp_fb->acked_packets().empty()); in UpdateCongestionControl()
422 uint16_t expected = tcp_fb->acked_packets().back() - last_acked_seq_num_; in UpdateCongestionControl()
424 expected - static_cast<uint16_t>(tcp_fb->acked_packets().size()); in UpdateCongestionControl()
426 for (uint16_t ack_seq_num : tcp_fb->acked_packets()) in UpdateCongestionControl()
432 cwnd_ += tcp_fb->acked_packets().size(); in UpdateCongestionControl()
438 LatestSequenceNumber(tcp_fb->acked_packets().back(), last_acked_seq_num_); in UpdateCongestionControl()
H A Dpacket.h202 const std::vector<uint16_t>& acked_packets) in TcpFeedback() argument
204 acked_packets_(acked_packets) {} in TcpFeedback()
207 const std::vector<uint16_t>& acked_packets() const { return acked_packets_; } in acked_packets() function
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/neqo-transport/src/
H A Drecovery.rs231 let mut acked_packets = BTreeMap::new(); in remove_acked() localVariable
239 acked_packets.insert(pn, sent); in remove_acked()
244 acked_packets.into_iter().map(|(_k, v)| v).collect(), in remove_acked()
372 let (acked_packets, any_ack_eliciting) = self.spaces[pn_space].remove_acked(acked_ranges); in on_ack_received()
373 if acked_packets.is_empty() { in on_ack_received()
386 let largest_acked_pkt = acked_packets.last().expect("must be there"); in on_ack_received()
400 self.cc.on_packets_acked(&acked_packets); in on_ack_received()
409 (acked_packets, lost_packets) in on_ack_received()

1234