Home
last modified time | relevance | path

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

/webrtc/util/src/conn/
H A Dconn_bridge_test.rs16 let n = conn0.send(&MSG1).await?; in test_bridge_normal()
40 let n = conn0.send(&MSG1).await?; in test_bridge_drop_1st_packet_from_conn0()
42 let n = conn0.send(&MSG2).await?; in test_bridge_drop_1st_packet_from_conn0()
67 let n = conn0.send(&MSG1).await?; in test_bridge_drop_2nd_packet_from_conn0()
69 let n = conn0.send(&MSG2).await?; in test_bridge_drop_2nd_packet_from_conn0()
103 let n = conn0.recv(&mut buf).await?; in test_bridge_drop_1st_packet_from_conn1()
130 let n = conn0.recv(&mut buf).await?; in test_bridge_drop_2nd_packet_from_conn1()
148 let n = conn0.send(&MSG1).await?; in test_bridge_reorder_packets_from_conn0()
150 let n = conn0.send(&MSG2).await?; in test_bridge_reorder_packets_from_conn0()
188 let n = conn0.recv(&mut buf).await?; in test_bridge_reorder_packets_from_conn1()
[all …]
H A Dconn_bridge.rs98 let conn0 = BridgeConn { in new() localVariable
111 (br, conn0, conn1) in new()