Options for Socket.bind method.

Fields

@:optionaloptionalexclusive:Null<Bool>

If false (default), then cluster workers will use the same underlying handle, allowing connection handling duties to be shared. When true, the handle is not shared, and attempted port sharing results in an error.

@:optionaloptionaladdress:Null<String>