DEV: tcploop: make it possible to change the target address of a connect()
authorWilly Tarreau <w@1wt.eu>
Tue, 7 Jun 2022 09:46:57 +0000 (11:46 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 8 Jun 2022 12:42:15 +0000 (14:42 +0200)
commit542bf0a7bb2b2e1e2fc88fb3f6069161b96232aa
treeca42418d00f8783ecdf405c8c83fb5aa4ac93e0d
parent7184ca23c6ac81fe52e099b3e846080f3fdabfca
DEV: tcploop: make it possible to change the target address of a connect()

Sometimes it's more convenient to be able to specify where to connect on
the connect() statement, let's make it possible to pass it in argument to
the C command.
dev/tcploop/tcploop.c