Home
last modified time | relevance | path

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

/webrtc/rtcp/src/compound_packet/
H A Dcompound_packet_test.rs46 let mut bad_compound = Bytes::copy_from_slice(&REAL_PACKET[..34]); in test_bad_compound() localVariable
47 let result = unmarshal(&mut bad_compound); in test_bad_compound()
50 let mut bad_compound = Bytes::copy_from_slice(&REAL_PACKET[84..104]); in test_bad_compound() localVariable
51 let p = unmarshal(&mut bad_compound).expect("Error unmarshalling packet"); in test_bad_compound()