Home
last modified time | relevance | path

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

/webrtc/dtls/src/handshake/
H A Dhandshake_cache.rs24 pub(crate) struct HandshakeCachePullRule { struct
25 pub(crate) typ: HandshakeType,
26 pub(crate) epoch: u16,
27 pub(crate) is_client: bool,
28 pub(crate) optional: bool,
103 rules: &[HandshakeCachePullRule], in full_pull_map()