Re-exports§
pub use config::ProxyConfig;
Modules§
Structs§
- Proxy
Handle - Handle to a running proxy. Shuts down on drop.
Functions§
- create_
socketpair - Create a Unix datagram socketpair for VZFileHandleNetworkDeviceAttachment. Returns (vm_fd, host_fd). The vm_fd goes to VZ, host_fd goes to the proxy.
- start
- Start the proxy engine. Returns a handle that keeps it running.