restrict SO_REUSEPORT to multithreading only so no unexpected change otherwise
authorAndy Green <andy.green@linaro.org>
Fri, 29 Jan 2016 01:20:00 +0000 (09:20 +0800)
committerAndy Green <andy.green@linaro.org>
Fri, 29 Jan 2016 01:20:00 +0000 (09:20 +0800)
commit4bcbfe1ad4c1e8d038b1bd86c87471a3e1b4e81e
tree153f16ce75aed36cb840fffbdffda56e054130c4
parent6dd7e86f23b75cbef5c4d04f8b85c32ef1fb9643
restrict SO_REUSEPORT to multithreading only so no unexpected change otherwise

SO_REUSEPORT means you don't get any error any more if another
server instance is already running, this will be quite unexpected
for singlethreaded users.

Signed-off-by: Andy Green <andy.green@linaro.org>
lib/server.c