]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
restore the SO_REUSEADDR for listening sockets; it is absolutely
authorJeff Trawick <trawick@apache.org>
Tue, 5 Feb 2002 12:52:01 +0000 (12:52 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 5 Feb 2002 12:52:01 +0000 (12:52 +0000)
commitbe19bcefe0ccdb2e00492d1a2a2fc7319bad9a1d
tree23b045286c622175e6329728775610644c28eeac
parenta6da063e6edbcc1eba98c1418270c133286a19d5
restore the SO_REUSEADDR for listening sockets; it is absolutely
required on most (all?) platforms, regardless of what code changes
might be required to work around the ability on Windows to
inadvertently have more than one server listening on the same ports

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93252 13f79535-47bb-0310-9956-ffa450edef68
server/listen.c