Skip to content

Commit

Permalink
去除无用代码
Browse files Browse the repository at this point in the history
  • Loading branch information
vnt-dev committed Apr 30, 2024
1 parent c6c1d29 commit e73ed23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vnt/src/handle/recv_data/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e73ed23

Please sign in to comment.