去除无用代码

This commit is contained in:
lbl8603
2024-04-30 23:34:17 +08:00
parent c6c1d297af
commit e73ed238cd
-1
View File
@@ -219,7 +219,6 @@ impl ClientPacketHandler {
return Ok(());
}
//忽略掉来源于自己的包
if route_key.is_tcp() {}
if self
.nat_test
.is_local_address(route_key.is_tcp(), route_key.addr)