Deno.UdpListenOptions.reuseAddress - Deno documentation
property Deno.UdpListenOptions.reuseAddress

When true the specified address will be reused, even if another process has already bound a socket on it. This effectively steals the socket from the listener.

Type

boolean