Optional
backlogOptional
ipv6Optional
reuseUsed on UDP only. Enable address reusing (when binding). What that means is that multiple threads or processes can bind to the same address without error (provided they all set the flag) but only the last one to bind will receive any traffic, in effect "stealing" the port from the previous listener.
Disables dual stack mode.