SO_REUSEADDR:
allows multiple SOCK_STREAM sockets to be bound to the same local address,
as long as all existing sockets at the desired address are in a connected
state before the bind() is done on the new socket.stream:
sequenced, reliable, two-way, connection-based byte streamsT
U
V
W
X
Y
Z
Back to the network programming tutorial by
Simon Amor
Last modified: 16th July 1996