Expand description
SmoltcpNetwork — orchestration type that ties NetworkConfig to the
smoltcp engine.
This is the networking analog to PassthroughFs/MemFs on the filesystem side — 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.
Enums§
- Network
Init Error - Errors that prevent the smoltcp network from being created safely.