commit | 58b2f836851b78029ac5a7803ee8531709cec888 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Nov 13 01:22:38 2006 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Nov 13 01:22:38 2006 +0100 |
tree | 77c32bd6806611415d9301b843e562dc9dee1247 | |
parent | 77074d548b1149c2727a0a080f8356c2a08c1991 [diff] |
[MEDIUM] add support for SO_REUSEPORT on Linux SO_REUSEPORT does not exist on Linux but the checks are available in the code. With a little patch, it's possible to implement the feature, but the value of SO_REUSEPORT will still have to be known from userland. This patch adds a workaround to this problem by figuring out the value for the one used by SO_REUSEADDR.