Why are we setting SO_REUSEADDR on a filedescriptor/socket that came from an accept()? (in socket.c) IMO that seems useless. For a socket used in a bind(), it makes sense, but not for anything else. Any insights? (Henrik? You touched that piece of code last).
pike-devel@lists.lysator.liu.se