mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-07 02:09:06 +00:00
Add fake tcp tunnel (experimental) (#1673)
support faketcp to avoid tcp-over-tcp problem. linux/macos/windows are supported. better to be used in internet env, the maximum performance is majorly limited by windivert/raw socket.
This commit is contained in:
@@ -223,8 +223,8 @@ impl PeerConn {
|
||||
|
||||
if peer_mgr_hdr.packet_type != PacketType::HandShake as u8 {
|
||||
return Err(Error::WaitRespError(format!(
|
||||
"unexpected packet type: {:?}",
|
||||
peer_mgr_hdr.packet_type
|
||||
"unexpected packet type: {:?}, packet: {:?}",
|
||||
peer_mgr_hdr.packet_type, rsp
|
||||
)));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user