pub fn start(
config: BackboneConfig,
tx: EventSender,
next_id: Arc<AtomicU64>,
) -> Result<()>Expand description
Start a backbone interface. Binds TCP listener, spawns epoll thread.
pub fn start(
config: BackboneConfig,
tx: EventSender,
next_id: Arc<AtomicU64>,
) -> Result<()>Start a backbone interface. Binds TCP listener, spawns epoll thread.