Home
last modified time | relevance | path

Searched refs:Reconfig (Results 1 – 3 of 3) sorted by relevance

/webrtc/sctp/src/timer/
H A Dtimer_test.rs360 let timer_id = RtxTimerId::Reconfig; in test_rtx_timer_should_stop_after_rtx_failure()
409 let timer_id = RtxTimerId::Reconfig; in test_rtx_timer_should_not_stop_if_max_retrans_is_zero()
462 let timer_id = RtxTimerId::Reconfig; in test_rtx_timer_stop_timer_that_is_not_running_is_noop()
488 let timer_id = RtxTimerId::Reconfig; in test_rtx_timer_closed_timer_wont_start()
/webrtc/sctp/src/association/
H A Dmod.rs117 Reconfig, enumerator
127 RtxTimerId::Reconfig => "Reconfig", in fmt()
361 RtxTimerId::Reconfig, in new()
H A Dassociation_internal.rs2340 RtxTimerId::Reconfig => { in on_retransmission_timeout()