Searched refs:udp_tx (Results 1 – 3 of 3) sorted by relevance
37 pub(crate) udp_tx: Arc<dyn Conn + Send + Sync>, field79 let udp_tx = Arc::clone(&conn); in new() localVariable119 udp_tx, in new()247 Ok(self.udp_tx.send(&encrypted).await?) in write()
218 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()
287 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()