modified: frida_core/src/linux_tun.rs
This commit is contained in:
parent
3c23c38d25
commit
a2a066a29d
@ -3,6 +3,7 @@ use std::error::Error;
|
||||
use tokio_tun::Tun;
|
||||
use std::net::Ipv4Addr;
|
||||
use std::os::unix::io::AsRawFd;
|
||||
use crate::device::AbstractDevice;
|
||||
|
||||
pub fn create(cfg: AbstractDevice) -> (DeviceReader, DeviceWriter) {
|
||||
let tun = Arc::new(
|
||||
|
Loading…
x
Reference in New Issue
Block a user