Skip to main content

Module engine

Module engine 

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

EngineConfig
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.