]> granicus.if.org Git - libevent/commit
Test against SO_REUSEADDR (along with _WIN32).
authorEd Schouten <ed@nuxi.nl>
Tue, 25 Aug 2015 13:29:37 +0000 (15:29 +0200)
committerAzat Khuzhin <a3at.mail@gmail.com>
Wed, 2 Sep 2015 16:01:48 +0000 (19:01 +0300)
commitce1776c96d2520d0a51e9d0bcc4bf345592c76ad
tree535201cd02b54a636ae82588176e0d69cbc9d751
parent25e56fdbc1a13dd138acd746235b75a4d6dedc34
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
evutil.c