Home
last modified time | relevance | path

Searched refs:CT_CWR (Results 1 – 2 of 2) sorted by relevance

/webrtc/sctp/src/chunk/
H A Dchunk_type.rs22 pub(crate) const CT_CWR: ChunkType = ChunkType(13); constant
44 CT_CWR => "CWR", // Reserved for Congestion Window Reduced (CWR) in fmt()
74 (CT_CWR, "CWR"), in test_chunk_type_string()
H A Dchunk_test.rs24 (CT_CWR, "CWR"), in test_chunk_type_string()