SO_REUSEADDR top-level constant
int
const SO_REUSEADDR
Allows the socket to be bound to an address that is already in use. For more information, see bind. Not applicable on ATM sockets.
Implementation
const SO_REUSEADDR = 0x0004;