What is the meaning of SO_REUSEADDR (setsockopt option) – Linux? [duplicate]

TCP’s primary design goal is to allow reliable data communication in the face of packet loss, packet reordering, and — key, here — packet duplication. It’s fairly obvious how a TCP/IP network stack deals with all this while the connection is up, but there’s an edge case that happens just after the connection closes. What … Read more