Home
last modified time | relevance | path

Searched defs:on_packet_sent (Results 1 – 25 of 29) sorted by relevance

12

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/neqo-transport/src/connection/
H A Didle.rs61 pub fn on_packet_sent(&mut self, now: Instant) { in on_packet_sent() method
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/neqo-transport/src/connection/
H A Didle.rs61 pub fn on_packet_sent(&mut self, now: Instant) { in on_packet_sent() method
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/aioquic/src/aioquic/quic/
H A Drecovery.py116 def on_packet_sent(self, packet: QuicSentPacket) -> None: member in QuicCongestionControl
342 def on_packet_sent(self, packet: QuicSentPacket, space: QuicPacketSpace) -> None: member in QuicPacketRecovery
/dports/www/py-aioquic/aioquic-0.9.17/src/aioquic/quic/
H A Drecovery.py115 def on_packet_sent(self, packet: QuicSentPacket) -> None: member in QuicCongestionControl
337 def on_packet_sent(self, packet: QuicSentPacket, space: QuicPacketSpace) -> None: member in QuicPacketRecovery
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/aioquic/src/aioquic/quic/
H A Drecovery.py116 def on_packet_sent(self, packet: QuicSentPacket) -> None: member in QuicCongestionControl
342 def on_packet_sent(self, packet: QuicSentPacket, space: QuicPacketSpace) -> None: member in QuicPacketRecovery
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/aioquic/src/aioquic/quic/
H A Drecovery.py116 def on_packet_sent(self, packet: QuicSentPacket) -> None: member in QuicCongestionControl
342 def on_packet_sent(self, packet: QuicSentPacket, space: QuicPacketSpace) -> None: member in QuicPacketRecovery
/dports/www/firefox/firefox-99.0/third_party/rust/neqo-transport/src/cc/
H A Dmod.rs59 fn on_packet_sent(&mut self, pkt: &SentPacket); in on_packet_sent() method
/dports/www/firefox/firefox-99.0/third_party/rust/neqo-transport/src/connection/
H A Didle.rs59 pub fn on_packet_sent(&mut self, now: Instant) { in on_packet_sent() method
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/neqo-transport/src/cc/
H A Dmod.rs59 fn on_packet_sent(&mut self, pkt: &SentPacket); in on_packet_sent() method
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/neqo-transport/src/cc/
H A Dmod.rs59 fn on_packet_sent(&mut self, pkt: &SentPacket); in on_packet_sent() method
/dports/www/firefox/firefox-99.0/third_party/rust/neqo-transport/src/
H A Dsender.rs96 pub fn on_packet_sent(&mut self, pkt: &SentPacket, rtt: Duration) { in on_packet_sent() method
H A Drecovery.rs256 pub fn on_packet_sent(&mut self, sent_packet: SentPacket) { in on_packet_sent() method
615 pub fn on_packet_sent(&mut self, path: &PathRef, mut sent_packet: SentPacket) { in on_packet_sent() method
1051 pub fn on_packet_sent(&mut self, sent_packet: SentPacket) { in on_packet_sent() method
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/neqo-transport/src/
H A Dsender.rs96 pub fn on_packet_sent(&mut self, pkt: &SentPacket, rtt: Duration) { in on_packet_sent() method
H A Drecovery.rs259 pub fn on_packet_sent(&mut self, sent_packet: SentPacket) { in on_packet_sent() method
619 pub fn on_packet_sent(&mut self, path: &PathRef, mut sent_packet: SentPacket) { in on_packet_sent() method
1047 pub fn on_packet_sent(&mut self, sent_packet: SentPacket) { in on_packet_sent() method
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/neqo-transport/src/
H A Dsender.rs96 pub fn on_packet_sent(&mut self, pkt: &SentPacket, rtt: Duration) { in on_packet_sent() method
H A Drecovery.rs259 pub fn on_packet_sent(&mut self, sent_packet: SentPacket) { in on_packet_sent() method
619 pub fn on_packet_sent(&mut self, path: &PathRef, mut sent_packet: SentPacket) { in on_packet_sent() method
1047 pub fn on_packet_sent(&mut self, sent_packet: SentPacket) { in on_packet_sent() method
/dports/www/trafficserver/trafficserver-9.1.1/iocore/net/quic/
H A DQUICNewRenoCongestionController.cc61 QUICNewRenoCongestionController::on_packet_sent(size_t bytes_sent) in on_packet_sent() function in QUICNewRenoCongestionController
H A DMock.h546 on_packet_sent(size_t bytes_sent) override in on_packet_sent() function
717 on_packet_sent(QUICPacketUPtr packet) in on_packet_sent() function
H A DQUICLossDetector.cc128 QUICLossDetector::on_packet_sent(QUICSentPacketInfoUPtr packet_info, bool in_flight) in on_packet_sent() function in QUICLossDetector
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/neqo-transport/src/
H A Dcc.rs151 pub fn on_packet_sent(&mut self, pkt: &SentPacket) { in on_packet_sent() method
H A Drecovery.rs208 pub fn on_packet_sent(&mut self, packet_number: u64, sent_packet: SentPacket) { in on_packet_sent() method
345 pub fn on_packet_sent( in on_packet_sent() method
/dports/net/quiche/quiche-0.9.0/src/recovery/
H A Dreno.rs51 pub fn on_packet_sent(r: &mut Recovery, sent_bytes: usize, _now: Instant) { in on_packet_sent() function
H A Ddelivery_rate.rs53 pub fn on_packet_sent(&mut self, pkt: &mut Sent, now: Instant) { in on_packet_sent() method
H A Dcubic.rs164 fn on_packet_sent(r: &mut Recovery, sent_bytes: usize, now: Instant) { in on_packet_sent() function
H A Dmod.rs214 pub fn on_packet_sent( in on_packet_sent() method
892 pub on_packet_sent: fn(r: &mut Recovery, sent_bytes: usize, now: Instant), field

12