Searched refs:conn2 (Results 1 – 2 of 2) sorted by relevance
685 let conn2 = net2.bind(SocketAddr::new(ip2, 5678)).await?; in test_net_virtual_end2end() localVariable696 let conn2_tr = Arc::clone(&conn2); in test_net_virtual_end2end()761 let n = conn1.send_to(b"Hello!", conn2.local_addr()?).await?; in test_net_virtual_end2end()817 let (conn1, conn2) = ( in test_net_virtual_two_ips_on_a_nic()828 let conn2_tr = Arc::clone(&conn2); in test_net_virtual_two_ips_on_a_nic()893 let n = conn1.send_to(b"Hello!", conn2.local_addr()?).await?; in test_net_virtual_two_ips_on_a_nic()
127 let conn2 = Arc::clone(&self.conn); in perform_transaction() localVariable132 tr.start_rtx_timer(conn2, tr_map2).await; in perform_transaction()