SO_REUSEADDR
l Boolean option: enables binding to an
address (port) that is already in use.
l Used by servers that are transient -
allows binding a passive socket to a
port currently in use (with active
sockets) by other processes.