Home
last modified time | relevance | path

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

/webrtc/sctp/src/association/
H A Dassociation_internal.rs69 pub(crate) treconfig: Option<RtxTimer<AssociationInternal>>, field
283 if let Some(treconfig) = &self.treconfig { in close_all_timers()
284 treconfig.stop().await; in close_all_timers()
403 if let Some(treconfig) = &self.treconfig { in gather_outbound_data_and_reconfig_packets()
404 treconfig.start(self.rto_mgr.get_rto()).await; in gather_outbound_data_and_reconfig_packets()
1754 if let Some(treconfig) = &self.treconfig { in handle_reconfig_param()
1755 treconfig.stop().await; in handle_reconfig_param()
H A Dmod.rs359 ai.treconfig = Some(RtxTimer::new( in new()