Home
last modified time | relevance | path

Searched defs:RtxTimer (Results 1 – 1 of 1) sorted by relevance

/webrtc/sctp/src/timer/
H A Drtx_timer.rs106 pub(crate) struct RtxTimer<T: 'static + RtxTimerObserver + Send> { struct
108 pub(crate) id: RtxTimerId, argument
113 impl<T: 'static + RtxTimerObserver + Send> RtxTimer<T> { impl