Skip to main content

interface Deno.VsockListenOptions

unstable

Options which can be set when opening a VSOCK listener via Deno.listen.

Properties #

#cid: number

The context identifier (CID) to listen on. Use -1 to listen on any CID.

#port: number

The port to listen on.

Did you find what you needed?

Privacy policy