Expand description
SmoltcpNetwork โ orchestration type that ties NetworkConfig to the
smoltcp engine.
This is the networking analog to OverlayFs for filesystems โ the single
type the runtime creates from config, wires into the VM builder, and starts
the networking stack.
Structsยง
- Metrics
Handle - Read-only view of aggregate network byte counters.
- Smoltcp
Network - The networking engine. Created from
NetworkConfigby the runtime. - Termination
Handle - Handle for installing host-side termination behavior into the network stack.