VsockAddress

A vsock socket address.

VsockAddress.swift:38
struct VsockAddress

A socket address is defined as a combination of a Context Identifier (CID) and a port number. The CID identifies the source or destination, which is either a virtual machine or the host. The port number differentiates between multiple services running on a single machine.

For well-known CID values and port numbers, see ContextID and Port.