Home
last modified time | relevance | path

Searched refs:t3rtx (Results 1 – 2 of 2) sorted by relevance

/webrtc/sctp/src/association/
H A Dassociation_internal.rs68 pub(crate) t3rtx: Option<RtxTimer<AssociationInternal>>, field
280 if let Some(t3rtx) = &self.t3rtx { in close_all_timers()
281 t3rtx.stop().await; in close_all_timers()
354 if let Some(t3rtx) = &self.t3rtx { in gather_outbound_data_and_reconfig_packets()
355 t3rtx.start(self.rto_mgr.get_rto()).await; in gather_outbound_data_and_reconfig_packets()
1100 if let Some(t3rtx) = &self.t3rtx { in process_selective_ack()
1101 t3rtx.stop().await; in process_selective_ack()
1219 if let Some(t3rtx) = &self.t3rtx { in on_cumulative_tsn_ack_point_advanced()
1220 t3rtx.stop().await; in on_cumulative_tsn_ack_point_advanced()
1224 if let Some(t3rtx) = &self.t3rtx { in on_cumulative_tsn_ack_point_advanced()
[all …]
H A Dmod.rs354 ai.t3rtx = Some(RtxTimer::new( in new()