Skip to main content
Module

std/node/dgram.ts>SocketOptions

Deno standard library
Go to Latest
interface SocketOptions
implements Abortable
import { type SocketOptions } from "https://deno.land/std@0.166.0/node/dgram.ts";

Properties

optional
reuseAddr: boolean
optional
ipv6Only: boolean
optional
recvBufferSize: number
optional
sendBufferSize: number
optional
lookup: defaultLookup