mirror of
https://mirror.suhoan.cn/https://github.com/EasyTier/EasyTier.git
synced 2025-12-17 15:17:23 +08:00
Add is_hole_punched flag to PeerConn (#1001)
This commit is contained in:
@@ -721,7 +721,7 @@ mod tests {
|
||||
let s_ret =
|
||||
tokio::spawn(async move { b_mgr_copy.add_tunnel_as_server(b_ring, true).await });
|
||||
|
||||
pma_net1.add_client_tunnel(a_ring).await.unwrap();
|
||||
pma_net1.add_client_tunnel(a_ring, false).await.unwrap();
|
||||
|
||||
s_ret.await.unwrap().unwrap();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user