Skip to main content

Module mode

Module mode 

Source
Expand description

Host-network mode selectors.

VmnetMode maps 1:1 to vmnet.framework’s vmnet_operation_mode_key enum. NetMode is the user-facing CLI choice: vmnet (Shared/Host/Bridged) plus the Userspace option that bundles gvproxy instead.

Enums§

NetMode
User-facing network mode. The Userspace variant routes through the bundled gvproxy child process; the Vmnet(_) variants go through vmnet.framework.
VmnetMode
Vmnet operating mode. Mirrors VMNET_SHARED_MODE / VMNET_HOST_MODE / VMNET_BRIDGED_MODE — the u64 discriminants come straight from <vmnet/vmnet.h>.