JS-114: dgram._send resolves the address via getaddrinfo on every datagram

Proposed by the 2026-07-07 jab multi-agent review; confirmed by both skeptic verifiers. Every UDP packet pays a getaddrinfo/freeaddrinfo round-trip (potentially NSS/DNS) even for literal addresses — the JS default is "127.0.0.1".

Input

Context

Goals

Constraints

WIP

TODOs