Home
last modified time | relevance | path

Searched refs:sent_time (Results 1 – 25 of 234) sorted by relevance

12345678910

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/congestion_controller/bbr/
H A Dbandwidth_sampler.cc37 void BandwidthSampler::OnPacketSent(Timestamp sent_time, in OnPacketSent() argument
52 last_acked_packet_ack_time_ = sent_time; in OnPacketSent()
57 last_acked_packet_sent_time_ = sent_time; in OnPacketSent()
70 connection_state_map_.Emplace(packet_number, sent_time, data_size, *this); in OnPacketSent()
96 last_acked_packet_sent_time_ = sent_packet.sent_time; in OnPacketAcknowledgedInner()
116 if (sent_packet.sent_time > *sent_packet.last_acked_packet_sent_time) { in OnPacketAcknowledgedInner()
120 sent_packet.sent_time - *sent_packet.last_acked_packet_sent_time; in OnPacketAcknowledgedInner()
143 sample.rtt = ack_time - sent_packet.sent_time; in OnPacketAcknowledgedInner()
179 Timestamp sent_time, in ConnectionStateOnSentPacket() argument
182 : sent_time(sent_time), in ConnectionStateOnSentPacket()
[all …]
H A Dbandwidth_sampler.h137 void OnPacketSent(Timestamp sent_time,
175 Timestamp sent_time; member
206 ConnectionStateOnSentPacket(Timestamp sent_time,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/congestion_controller/pcc/
H A Dmonitor_interval.cc68 if (received_packets_.empty() || received_packets_.front().sent_time == in ComputeDelayGradient()
69 received_packets_.back().sent_time) { in ComputeDelayGradient()
76 (packet.sent_time - received_packets_[0].sent_time).us(); in ComputeDelayGradient()
85 (packet.sent_time - received_packets_[0].sent_time).us(); in ComputeDelayGradient()
125 received_packets_.front().sent_time + received_packets_.front().delay; in GetTransmittedPacketsRate()
127 received_packets_.back().sent_time + received_packets_.back().delay; in GetTransmittedPacketsRate()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/congestion_controller/pcc/
H A Dmonitor_interval.cc68 if (received_packets_.empty() || received_packets_.front().sent_time == in ComputeDelayGradient()
69 received_packets_.back().sent_time) { in ComputeDelayGradient()
76 (packet.sent_time - received_packets_[0].sent_time).us(); in ComputeDelayGradient()
85 (packet.sent_time - received_packets_[0].sent_time).us(); in ComputeDelayGradient()
125 received_packets_.front().sent_time + received_packets_.front().delay; in GetTransmittedPacketsRate()
127 received_packets_.back().sent_time + received_packets_.back().delay; in GetTransmittedPacketsRate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/congestion_controller/pcc/
H A Dmonitor_interval.cc68 if (received_packets_.empty() || received_packets_.front().sent_time == in ComputeDelayGradient()
69 received_packets_.back().sent_time) { in ComputeDelayGradient()
76 (packet.sent_time - received_packets_[0].sent_time).us(); in ComputeDelayGradient()
85 (packet.sent_time - received_packets_[0].sent_time).us(); in ComputeDelayGradient()
125 received_packets_.front().sent_time + received_packets_.front().delay; in GetTransmittedPacketsRate()
127 received_packets_.back().sent_time + received_packets_.back().delay; in GetTransmittedPacketsRate()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/congestion_controller/pcc/
H A Dmonitor_interval.cc68 if (received_packets_.empty() || received_packets_.front().sent_time == in ComputeDelayGradient()
69 received_packets_.back().sent_time) { in ComputeDelayGradient()
76 (packet.sent_time - received_packets_[0].sent_time).us(); in ComputeDelayGradient()
85 (packet.sent_time - received_packets_[0].sent_time).us(); in ComputeDelayGradient()
125 received_packets_.front().sent_time + received_packets_.front().delay; in GetTransmittedPacketsRate()
127 received_packets_.back().sent_time + received_packets_.back().delay; in GetTransmittedPacketsRate()
/dports/mail/pear-Mail_Queue/Mail_Queue-1.2.7/Mail/Queue/
H A DBody.php89 var $sent_time = null; variable in Mail_Queue_Body
155 * @param string $sent_time Sent time
168 function Mail_Queue_Body($id, $create_time, $time_to_send, $sent_time, $id_user, argument
175 $this->sent_time = $sent_time;
233 return empty($this->sent_time) ? false : $this->sent_time;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/
H A Dquic_transmission_info.cc12 sent_time(QuicTime::Zero()), in QuicTransmissionInfo()
22 QuicTime sent_time, in QuicTransmissionInfo() argument
28 sent_time(sent_time), in QuicTransmissionInfo()
H A Dquic_sent_packet_manager.cc552 earliest_sent_time = sent_time; in GetEarliestPacketSentTimeForPto()
692 QuicTime sent_time, in OnPacketSent() argument
720 sent_time, in_flight); in OnPacketSent()
956 if (time > info->sent_time) { in InvokeLossDetection()
984 if (transmission_info.sent_time == QuicTime::Zero()) { in MaybeUpdateRTT()
989 if (transmission_info.sent_time > ack_receive_time) { in MaybeUpdateRTT()
1046 const QuicTime sent_time = in GetRetransmissionTime() local
1055 const QuicTime sent_time = in GetRetransmissionTime() local
1057 QuicTime rto_time = sent_time + GetRetransmissionDelay(); in GetRetransmissionTime()
1059 QuicTime tlp_time = sent_time + GetTailLossProbeDelay(); in GetRetransmissionTime()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/
H A Dquic_transmission_info.cc10 : sent_time(QuicTime::Zero()), in QuicTransmissionInfo()
21 QuicTime sent_time, in QuicTransmissionInfo() argument
25 : sent_time(sent_time), in QuicTransmissionInfo()
H A Dquic_transmission_info.h26 QuicTime sent_time,
36 QuicTime sent_time; member
/dports/audio/pianod2/pianod2-329/src/common/
H A Dthreadsafecircularqueue.h103 ValueType pop_front (int *overflows = nullptr, time_t *sent_time = nullptr) {
111 if (sent_time) {
112 *sent_time = data[read_index].time;
128 time_t *sent_time = nullptr,
141 if (sent_time) {
142 *sent_time = data[read_index].time;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/congestion_control/
H A Dbandwidth_sampler.cc135 QuicTime sent_time, in OnPacketSent() argument
155 last_acked_packet_ack_time_ = sent_time; in OnPacketSent()
158 recent_ack_points_.Update(sent_time, total_bytes_acked_); in OnPacketSent()
166 last_acked_packet_sent_time_ = sent_time; in OnPacketSent()
187 bool success = connection_state_map_.Emplace(packet_number, sent_time, bytes, in OnPacketSent()
318 last_acked_packet_sent_time_ = sent_packet.sent_time; in OnPacketAcknowledgedInner()
357 if (sent_packet.sent_time > sent_packet.last_acked_packet_sent_time) { in OnPacketAcknowledgedInner()
361 sent_packet.sent_time - sent_packet.last_acked_packet_sent_time); in OnPacketAcknowledgedInner()
379 if (a0.ack_time == sent_packet.sent_time) { in OnPacketAcknowledgedInner()
403 sample.rtt = ack_time - sent_packet.sent_time; in OnPacketAcknowledgedInner()
H A Dbandwidth_sampler.h160 QuicTime sent_time,
313 void OnPacketSent(QuicTime sent_time,
418 QuicTime sent_time; member
442 ConnectionStateOnSentPacket(QuicTime sent_time, in ConnectionStateOnSentPacket()
446 : sent_time(sent_time), in ConnectionStateOnSentPacket()
461 : sent_time(QuicTime::Zero()), in ConnectionStateOnSentPacket()
470 os << "{sent_time:" << p.sent_time << ", size:" << p.size
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/congestion_control/
H A Dbandwidth_sampler.cc134 QuicTime sent_time, in OnPacketSent() argument
154 last_acked_packet_ack_time_ = sent_time; in OnPacketSent()
157 recent_ack_points_.Update(sent_time, total_bytes_acked_); in OnPacketSent()
165 last_acked_packet_sent_time_ = sent_time; in OnPacketSent()
186 bool success = connection_state_map_.Emplace(packet_number, sent_time, bytes, in OnPacketSent()
317 last_acked_packet_sent_time_ = sent_packet.sent_time; in OnPacketAcknowledgedInner()
346 if (sent_packet.sent_time > sent_packet.last_acked_packet_sent_time) { in OnPacketAcknowledgedInner()
350 sent_packet.sent_time - sent_packet.last_acked_packet_sent_time); in OnPacketAcknowledgedInner()
368 if (a0.ack_time == sent_packet.sent_time) { in OnPacketAcknowledgedInner()
393 sample.rtt = ack_time - sent_packet.sent_time; in OnPacketAcknowledgedInner()
H A Dbandwidth_sampler.h159 QuicTime sent_time,
312 void OnPacketSent(QuicTime sent_time,
417 QuicTime sent_time; member
441 ConnectionStateOnSentPacket(QuicTime sent_time, in ConnectionStateOnSentPacket()
445 : sent_time(sent_time), in ConnectionStateOnSentPacket()
460 : sent_time(QuicTime::Zero()), in ConnectionStateOnSentPacket()
469 os << "{sent_time:" << p.sent_time << ", size:" << p.size
H A Dgeneral_loss_algorithm.cc116 DetectionResponseTime(max_rtt, it->sent_time, time); in DetectLosses()
122 QuicTime when_lost = it->sent_time + loss_delay; in DetectLosses()
125 it->sent_time + max_rtt + (max_rtt >> (reordering_shift_ + 1))) { in DetectLosses()
137 DetectionResponseTime(max_rtt, it->sent_time, time); in DetectLosses()
162 unacked_packets.GetTransmissionInfo(packet_number).sent_time; in SpuriousLossDetected()
/dports/www/httest/httest-2.4.24/src/
H A Dperf_module.c58 perf_time_t sent_time; member
195 wconf->stat.sent_time.cur = duration; in perf_WAIT_begin()
197 if (duration > wconf->stat.sent_time.max) { in perf_WAIT_begin()
198 wconf->stat.sent_time.max = duration; in perf_WAIT_begin()
200 if (duration < wconf->stat.sent_time.min || wconf->stat.sent_time.min == 0) { in perf_WAIT_begin()
201 wconf->stat.sent_time.min = duration; in perf_WAIT_begin()
372 if (wconf->stat.sent_time.max > gconf->stat.sent_time.max) { in perf_worker_finally()
373 gconf->stat.sent_time.max = wconf->stat.sent_time.max; in perf_worker_finally()
381 if (wconf->stat.sent_time.min < gconf->stat.sent_time.min || gconf->stat.sent_time.min == 0) { in perf_worker_finally()
382 gconf->stat.sent_time.min = wconf->stat.sent_time.min; in perf_worker_finally()
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/html/ops/
H A Dgrant_credit.php74 … update_average(time(0), $result->sent_time, $credit, $user->expavg_credit, $user->expavg_time);
77 … update_average(time(0), $result->sent_time, $credit, $host->expavg_credit, $host->expavg_time);
79 $turnaround = $result->received_time - $result->sent_time;
96 … update_average(time(0), $result->sent_time, $credit, $team->expavg_credit, $team->expavg_time);
/dports/net/kea/kea-2.0.1/src/bin/perfdhcp/
H A Dstats_mgr.cc113 boost::posix_time::ptime sent_time = sent_packet->getTimestamp(); in updateDelays() local
116 if (sent_time.is_not_a_date_time() || in updateDelays()
121 << " sent: " << sent_time in updateDelays()
124 boost::posix_time::time_period period(sent_time, rcvd_time); in updateDelays()
135 << delta << ", sent: " << sent_time << ", rcvd: " in updateDelays()
332 ptime sent_time = sent_packet->getTimestamp(); in printTimestamps() local
337 if (sent_time.is_not_a_date_time() || in printTimestamps()
343 time_period sent_period(boot_time_, sent_time); in printTimestamps()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/neqo-transport/src/
H A Dcc.rs168 pub fn in_congestion_recovery(&self, sent_time: Instant) -> bool { in in_congestion_recovery()
170 .map(|start| sent_time <= start) in in_congestion_recovery()
174 fn on_congestion_event(&mut self, now: Instant, sent_time: Instant) { in on_congestion_event()
177 if !self.in_congestion_recovery(sent_time) { in on_congestion_event()
/dports/mail/py-alot/alot-0.9/alot/db/
H A Denvelope.py95 self.sent_time = None
111 if self.sent_time:
123 if self.sent_time:
153 if self.sent_time:
178 if self.sent_time:
324 if self.sent_time:
/dports/www/ilias/ILIAS-5.4.25/Modules/Exercise/classes/
H A Dclass.ilExAssignmentMemberStatus.php23 protected $sent_time; // [datetime] variable in ilExAssignmentMemberStatus
104 $this->sent_time = $a_value;
109 return $this->sent_time;
188 $this->sent_time = $row["sent_time"];
/dports/www/ilias6/ILIAS-6.14/Modules/Exercise/classes/
H A Dclass.ilExAssignmentMemberStatus.php23 protected $sent_time; // [datetime] variable in ilExAssignmentMemberStatus
104 $this->sent_time = $a_value;
109 return $this->sent_time;
188 $this->sent_time = $row["sent_time"];
/dports/www/trafficserver/trafficserver-9.1.1/iocore/net/quic/
H A DQUICNewRenoCongestionController.cc72 QUICNewRenoCongestionController::_in_congestion_recovery(ink_hrtime sent_time) const in _in_congestion_recovery()
74 return sent_time <= this->_congestion_recovery_start_time; in _in_congestion_recovery()
115 QUICNewRenoCongestionController::_congestion_event(ink_hrtime sent_time) in _congestion_event() argument
119 if (!this->_in_congestion_recovery(sent_time)) { in _congestion_event()

12345678910