MINOR: proto: define dedicated protocol for active reverse connect
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 1 Aug 2023 15:27:06 +0000 (17:27 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 24 Aug 2023 15:02:37 +0000 (17:02 +0200)
commit5db6dde058cba5e33c40ebf6071d02f79c908003
tree5f2960fbe3a56c24fc57a638d6839d5399b96969
parentb57f151586eccda6a67ce789152a140eb26e012f
MINOR: proto: define dedicated protocol for active reverse connect

A new protocol named "reverse_connect" is created. This will be used to
instantiate connections that are opened by a reverse bind.

For the moment, only a minimal set of callbacks are defined with no real
work. This will be extended along the next patches.
Makefile
include/haproxy/proto_reverse_connect.h [new file with mode: 0644]
include/haproxy/protocol-t.h
src/proto_reverse_connect.c [new file with mode: 0644]
src/tools.c