Skip to main content

Module backbone

Module backbone 

Source
Expand description

Backbone TCP mesh interface using Linux epoll.

Server-only: listens on a TCP port, accepts peer connections, spawns dynamic per-peer interfaces. Uses a single epoll thread to multiplex all client sockets. HDLC framing for packet boundaries.

Matches Python BackboneInterface.py.

Structs§

BackboneConfig
Configuration for a backbone interface.

Functions§

start
Start a backbone interface. Binds TCP listener, spawns epoll thread.