DEV: tcploop: factor out the socket creation
authorWilly Tarreau <w@1wt.eu>
Tue, 7 Jun 2022 09:55:45 +0000 (11:55 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 8 Jun 2022 12:42:15 +0000 (14:42 +0200)
commitff13dadaa5499219410ca26c26f99111b2cf7eff
tree84cf12732c1767dcc3c2736056d2126afb7b67dd
parent542bf0a7bb2b2e1e2fc88fb3f6069161b96232aa
DEV: tcploop: factor out the socket creation

This will later permit to separately bind() before connect(). Let's
first deal with existing sockets.
dev/tcploop/tcploop.c