commit | 85d2ba6b78f12939ecaf8f3dcad8a693da1c8b66 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Oct 13 17:42:21 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 13 18:15:33 2020 +0200 |
tree | 76b8796b882a0cf355c85290f0a4fd99e3318fd6 | |
parent | 3e12de2cc66038115ec4cd9ec381045702e684e0 [diff] |
CLEANUP: unix: make use of sock_accept_conn() where relevant This allows to get rid of one getsockopt(SO_ACCEPTCONN) in the binding code.