Home
last modified time | relevance | path

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

/webrtc/srtp/src/session/
H A Dmod.rs37 pub(crate) udp_tx: Arc<dyn Conn + Send + Sync>, field
79 let udp_tx = Arc::clone(&conn); in new() localVariable
119 udp_tx, in new()
247 Ok(self.udp_tx.send(&encrypted).await?) in write()
H A Dsession_rtcp_test.rs218 sa.udp_tx.send(packet).await?; in test_session_srtcp_replay_protection()
221 sa.udp_tx.send(packet).await?; in test_session_srtcp_replay_protection()
225 sa.udp_tx.send(packet).await?; in test_session_srtcp_replay_protection()
H A Dsession_rtp_test.rs287 sa.udp_tx.send(packet).await?; in test_session_srtp_replay_protection()
290 sa.udp_tx.send(packet).await?; in test_session_srtp_replay_protection()
294 sa.udp_tx.send(packet).await?; in test_session_srtp_replay_protection()