Home
last modified time | relevance | path

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

/webrtc/util/src/vnet/nat/
H A Dnat_test.rs532 let before = ChunkUdp::new( in test_nat1to1_bahavior_more_mapping() localVariable
537 let after = nat.translate_outbound(&before).await?.unwrap(); in test_nat1to1_bahavior_more_mapping()
544 let before = ChunkUdp::new( in test_nat1to1_bahavior_more_mapping() localVariable
558 let before = ChunkUdp::new( in test_nat1to1_bahavior_more_mapping() localVariable
563 let after = nat.translate_inbound(&before).await?.unwrap(); in test_nat1to1_bahavior_more_mapping()
570 let before = ChunkUdp::new( in test_nat1to1_bahavior_more_mapping() localVariable
575 let after = nat.translate_inbound(&before).await?.unwrap(); in test_nat1to1_bahavior_more_mapping()
620 let before = ChunkUdp::new( in test_nat1to1_bahavior_failure() localVariable
625 let after = nat.translate_outbound(&before).await?; in test_nat1to1_bahavior_failure()
628 let before = ChunkUdp::new( in test_nat1to1_bahavior_failure() localVariable
[all …]
/webrtc/data/
H A DCHANGELOG.md13 * `PollDataChannel::poll_shutdown`: make sure to flush any writes before shutting down [#340](https…
/webrtc/examples/examples/insertable-streams/
H A DREADME.md4 This example modifies the video with a single-byte XOR cipher before sending, and then
/webrtc/sctp/
H A DCHANGELOG.md21 * `PollStream::poll_shutdown`: make sure to flush any writes before shutting down [#340](https://gi…