Skip to main content

Module netstack

Module netstack 

Source
Expand description

Low-level packet processing and smoltcp integration.

Modules§

backend
SmoltcpBackend — libkrun NetBackend implementation that bridges the NetWorker thread to the smoltcp poll thread via lock-free queues.
device
Slot-based smoltcp::phy::Device implementation.
poll
smoltcp interface setup, frame classification, and poll loop.
shared
Shared state between the NetWorker thread, smoltcp poll thread, and tokio proxy tasks.