Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.163.0/node/dgram.ts";

Properties

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