]> git.pond.sub.org Git - empserver/commit
Ignore error setting socket option SO_REUSEADDR
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 7 Apr 2013 17:14:57 +0000 (19:14 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Wed, 8 May 2013 04:57:56 +0000 (06:57 +0200)
commit75be45f1e4b0518aa34cadfc73f30098b81e6c33
tree8b29c43af869165f36480a977435f7405d64ac81
parent8233c06317641cae2cffbb75a1bcb457e17d372b
Ignore error setting socket option SO_REUSEADDR

Shouldn't fail.  If it fails, but bind() works, the failure doesn't
matter.  If bind() fails, we can just as well report that failure
instead of setsockopt()'s.
src/lib/gen/tcp_listen.c