DenoDeno.VsockAddrinterface Deno.VsockAddrunstableThe address of a network connection or listener using the VSOCK transport for communication between a virtual machine and its host. Properties ##transport: "vsock" The VSOCK transport protocol. #cid: number The context identifier (CID) of the peer. #port: number The port number.
interface Deno.VsockAddrunstableThe address of a network connection or listener using the VSOCK transport for communication between a virtual machine and its host. Properties ##transport: "vsock" The VSOCK transport protocol. #cid: number The context identifier (CID) of the peer. #port: number The port number.