Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • UDPConstructorOptions

Index

Properties

Optional ipv6Only

ipv6Only?: boolean
default

false

Optional lookup

lookup?: (hostname: string, options: LookupOptions, callback: (err: any, address: string, family: number) => void) => void

Type declaration

    • (hostname: string, options: LookupOptions, callback: (err: any, address: string, family: number) => void): void
    • Parameters

      • hostname: string
      • options: LookupOptions
      • callback: (err: any, address: string, family: number) => void
          • (err: any, address: string, family: number): void
          • Parameters

            • err: any
            • address: string
            • family: number

            Returns void

      Returns void

Optional recvBufferSize

recvBufferSize?: number

Optional reuseAddr

reuseAddr?: boolean

Optional sendBufferSize

sendBufferSize?: number

type

Generated using TypeDoc