DenoDeno.VsockConnectOptionsinterface Deno.VsockConnectOptionsunstableOptions which can be set when connecting over VSOCK via Deno.connect. Properties ##transport: "vsock" The VSOCK transport protocol. #cid: number The context identifier (CID) of the peer to connect to. #port: number The port to connect to.
interface Deno.VsockConnectOptionsunstableOptions which can be set when connecting over VSOCK via Deno.connect. Properties ##transport: "vsock" The VSOCK transport protocol. #cid: number The context identifier (CID) of the peer to connect to. #port: number The port to connect to.