Skip to main content

interface Deno.VsockAddr

unstable

The 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.

Did you find what you needed?

Privacy policy