Interface UnixListenOptions

Hierarchy

Properties

Properties

backlog?: number

Listen backlog. Defaults to 10.

family: "unix"

Address family.

path: string

UNIX socket path to listen on.

Type of UNIX socket to listen on. Defaults to UnixSocketType.Path.

Generated using TypeDoc