Expand description
Packet relay engine.
The common engine sits above the platform backends and drives the bidirectional frame relay between the VM (via Unixgram socketpair) and the host network backend (TAP or vmnet).
Structs§
- Engine
Config - Packet relay engine configuration.
Constants§
- MAX_
FRAME_ SIZE - Maximum ethernet frame size (14-byte header + 1500 MTU). Jumbo frames are not supported — MTU > 1500 is rejected at config time.
Functions§
- run
- Runs the packet relay engine.