Expand description
Platform-specific host network backends.
Each backend creates the OS-level networking infrastructure (TAP device on Linux, vmnet interface on macOS) and provides raw ethernet frame RX/TX.
Modules§
- linux
- Linux host backend: TAP device + kernel forwarding/NAT via nftables.
Traits§
- Frame
Transport - Host network backend interface used by the packet relay engine.