CLEANUP: tcp: make use of sock_accept_conn() where relevant
authorWilly Tarreau <w@1wt.eu>
Tue, 13 Oct 2020 15:42:21 +0000 (17:42 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 13 Oct 2020 16:15:33 +0000 (18:15 +0200)
commit3e12de2cc66038115ec4cd9ec381045702e684e0
treee096ea916e7fe8551d12dbfc4ae1bcf240601254
parentcc8b6534834b88c3ed9868f65625d8d7936a3a2a
CLEANUP: tcp: make use of sock_accept_conn() where relevant

This allows to get rid of two getsockopt(SO_ACCEPTCONN).
src/proto_tcp.c