Home
last modified time | relevance | path

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

/webrtc/dtls/src/handshake/
H A Dhandshake_message_server_hello.rs28 pub(crate) compression_method: CompressionMethodId, field
115 let compression_method = reader.read_u8()?.into(); in unmarshal() localVariable