Bun

interface

net.SocketAddressInitOptions

interface SocketAddressInitOptions

  • address?: string

    The network address as either an IPv4 or IPv6 string.

  • flowlabel?: number

    An IPv6 flow-label used only if family is 'ipv6'.

  • port?: number

    An IP port.