Docs.rs
webrtc-util-0.5.4
webrtc-util 0.5.4
Docs.rs crate page
MIT/Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
rainliu
Dependencies
async-trait ^0.1.56
normal
bytes ^1
normal
ipnet ^2.5
normal
lazy_static ^1.4
normal
log ^0.4
normal
parking_lot ^0.12.1
normal
rand ^0.8.5
normal
thiserror ~1.0.2
normal
tokio ^1.19
normal
chrono ^0.4.19
dev
criterion ^0.3.5
dev
env_logger ^0.9.0
dev
tokio-test ^0.4.0
dev
cc ^1.0.73
build
libc ^0.2.126
normal
nix ^0.24.1
normal
bitflags ^1.3
normal
winapi ^0.3.9
normal
Versions
12.2%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
ReplayDetector
Required Methods
accept
check
Implementors
In webrtc_util::replay_detector
?
Trait
webrtc_util
::
replay_detector
::
ReplayDetector
source
·
[
−
]
pub trait ReplayDetector { fn
check
(&mut self, seq:
u64
) ->
bool
;
fn
accept
(&mut self); }
Required Methods
source
fn
check
(&mut self, seq:
u64
) ->
bool
source
fn
accept
(&mut self)
Implementors
source
impl
ReplayDetector
for
NoOpReplayDetector
source
impl
ReplayDetector
for
SlidingWindowDetector
source
impl
ReplayDetector
for
WrappedSlidingWindowDetector