Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
interface dgram.SocketOptions
implements Abortable
import { type dgram } from "https://deno.land/x/tellojs@v1.0.2/src/deps.ts";
const { SocketOptions } = dgram;

Properties

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