Module tun::platform[][src]

Platform specific modules.

Re-exports

pub use self::linux::create;
pub use self::linux::Configuration;

Modules

linux

Linux specific functionality.

posix

POSIX compliant support.

Structs

Device

A TUN device using the TUN/TAP Linux driver.

Queue