Skip to main content

Module network

Module network 

Source
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§

MetricsHandle
Read-only view of aggregate network byte counters.
SmoltcpNetwork
The networking engine. Created from NetworkConfig by the runtime.
TerminationHandle
Handle for installing host-side termination behavior into the network stack.

Enums§

NetworkInitError
Errors that prevent the smoltcp network from being created safely.