Netprog 2002 - Client/Server Issues
45
SO_REUSEADDR
lBoolean option: enables binding to an address (port) that is already in use.
l
lUsed by servers that are transient - allows binding a passive socket to a port currently in use (with active sockets) by other processes.