Home
last modified time | relevance | path

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

/webrtc/sctp/src/timer/
H A Dack_timer.rs10 pub(crate) trait AckTimerObserver { interface
16 pub(crate) struct AckTimer<T: 'static + AckTimerObserver + Send> {
22 impl<T: 'static + AckTimerObserver + Send> AckTimer<T> {
H A Dtimer_test.rs28 impl AckTimerObserver for TestAckTimerObserver {
/webrtc/sctp/src/association/
H A Dassociation_internal.rs2215 impl AckTimerObserver for AssociationInternal {