Implement TunInterfaceOptions
This commit is contained in:
parent
da065b503f
commit
84f1d91d5c
6 changed files with 83 additions and 9 deletions
|
|
@ -6,4 +6,7 @@ mod imp;
|
|||
#[path = "unix/mod.rs"]
|
||||
pub(crate) mod imp;
|
||||
|
||||
mod options;
|
||||
|
||||
pub use imp::{TunInterface, TunQueue};
|
||||
pub use options::TunInterfaceOptions;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue