UnixSocketOptions

Bun

Symbol

UnixSocketOptions

interface UnixSocketOptions<Data = undefined>

  • data?: Data

    The per-instance data context

  • socket: SocketHandler<Data>

    Handlers for socket events

  • tls?: TLSOptions

    TLS Configuration with which to create the socket

  • unix: string

    The unix socket to listen on or connect to