Skip to main content

interface Deno.VsockConnectOptions

unstable

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

Did you find what you needed?

Privacy policy