Crate embassy_net_tuntap
source ·Expand description
embassy-net
integration for Linux TUN/TAP interfaces.
embassy-net
integration for for Linux TUN (IP medium) and TAP (Ethernet medium) interfaces.
Interoperability
This crate can run on any executor.
Structs
- A TUN/TAP device.
- A TUN/TAP device, wrapped in an async interface.
Constants
- No packet information.
- TAP device.
- Get the MTU of the given interface.
- Set the interface flags.
- Capture all packages.
- TUN device.
- Get the index of the given interface.