mirror of
https://mirror.suhoan.cn/https://github.com/EasyTier/EasyTier.git
synced 2025-12-13 13:17:26 +08:00
fix handshake dead lock, clean old code (#61)
* fix handshake dead lock * remove old code
This commit is contained in:
@@ -26,8 +26,10 @@ use tracing::Level;
|
||||
use crate::{
|
||||
common::{error::Error, global_ctx::ArcGlobalCtx, PeerId},
|
||||
peers::{peer_manager::PeerManager, PeerPacketFilter},
|
||||
tunnel::packet_def::{PacketType, ZCPacket},
|
||||
tunnels::common::setup_sokcet2,
|
||||
tunnel::{
|
||||
common::setup_sokcet2,
|
||||
packet_def::{PacketType, ZCPacket},
|
||||
},
|
||||
};
|
||||
|
||||
use super::CidrSet;
|
||||
|
||||
Reference in New Issue
Block a user