Commit ce1776c96d2520d0a51e9d0bcc4bf345592c76ad

Ed Schouten 2015-08-25T15:29:37

Test against SO_REUSEADDR (along with _WIN32). This makes the code build on other systems that also don't have SO_REUSEADDR without requiring special code. [ azat: partially revert WIN32 check since SO_REUSEADDR on win32 differs from unix semantics. ] Closes #275