Data Plane
The MVP data plane carries raw IPv4 packets between Linux TUN interfaces over sessions established through the lower stack.
Packet Flow
- a local packet arrives from the TUN device
libvinemaps the destination address to an owned overlay prefixlibvineselects the preferred reachable peer session- the packet is framed and sent over the active transport path
- the remote node decapsulates the payload and injects it into its TUN device
Scope
- raw IPv4 payload carriage only for the MVP
- explicit framing for control messages versus packet data
- bounded payload sizes derived from transport and relay constraints
- no hidden control-plane reinvention in the packet path