SocketAddress

Bun

Symbol

SocketAddress

interface SocketAddress

  • address: string

    The IP address of the client.

  • family: 'IPv4' | 'IPv6'

    The IP family ("IPv4" or "IPv6").

  • port: number

    The port of the client.