Crate netstack_proxy

source ·
Expand description

Provides a transparent netstack proxy.

The netstack proxy reads the network stack version it wants to use from fuchsia.net.stackmigrationdeprecated.Control and spawns the appropriate netstack binary from its own package.

The directory request handle is passed directly to the spawned netstack.

The incoming namespace for the spawned netstack is carefully constructed to extract out the capabilities that are routed to netstack-proxy that are not used by netstack itself.

Functions§