81c692d305
* wip * Use common interface request response * wip: extract crates * wip * new structure compiles * Create tun_common subdir * Comment out return_mix_delays for now * Remove unused boringtun dependency * Revert to previous packet encoding * Allow dead code on non-linux * Add new function
8 lines
122 B
Rust
8 lines
122 B
Rust
#[cfg(target_os = "linux")]
|
|
mod linux;
|
|
|
|
pub mod tun_task_channel;
|
|
|
|
#[cfg(target_os = "linux")]
|
|
pub use linux::tun_device;
|