Skip to main content

Module host

Module host 

Source
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§

FrameTransport
Host network backend interface used by the packet relay engine.