arcbox-constants 0.1.6

Shared protocol and runtime constants for ArcBox
Documentation
1
2
3
4
5
/// Default vsock port for ArcBox guest agent RPC.
pub const AGENT_PORT: u32 = 1024;

/// Guest Docker API vsock proxy port.
pub const DOCKER_API_VSOCK_PORT: u32 = 2375;