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
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.
boolean