Update tun_handler.rs

This commit is contained in:
lbl8603
2023-01-09 14:01:15 +08:00
committed by GitHub
parent c9e3dc83ab
commit a1a5839b20
-1
View File
@@ -1,6 +1,5 @@
/// 接收tun数据,并且转发到udp上
use std::net::{IpAddr, Ipv4Addr, SocketAddr, UdpSocket};
use std::os::fd::AsRawFd;
use std::thread;
use chrono::Local;