about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-11-04 18:28:46 +0000
committerEric Wong <normalperson@yhbt.net>2013-11-04 18:28:46 +0000
commita1aa5c97289df09a90831c4d9bf6e22ac351bdd8 (patch)
tree1b5904f2effe8ae93d53662b5328758ce146a4c9 /lib
parent9c8747d290dfc7ab4bc11c4f88b3c284cc5ba949 (diff)
downloadunicorn-a1aa5c97289df09a90831c4d9bf6e22ac351bdd8.tar.gz
On BSD-derived platforms the getsockopt true value may be any
(>= 0) value, not just one as it is on Linux.

Additionally, SO_REUSEPORT is only supported since Linux 3.9, so
folks on older kernels may not have it available.  We still define it
for Linux since kernel upgrades are usually more common than glibc
upgrades.

Note: we will still raise an exception at runtime if a user
explicitly requests :reuseport in their config and runs an
older Linux kernel.

Reported-by: Andrew Hobson <ahobson@gmail.com>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions