SO_REUSEADDR

public func SO_REUSEADDR() -> Int32

SO_REUSEADDR — allow rebinding to an address still in TIME_WAIT.

Pass as the optname argument of setsockopt() with SOL_SOCKET to let a server bind to a recently-used port without waiting for the kernel's grace period. Numeric value differs across platforms.

Defined in lang/std/net/libc.ks