MINOR: protocol: add a new pair of rx_enable/rx_disable methods
authorWilly Tarreau <w@1wt.eu>
Fri, 25 Sep 2020 17:09:53 +0000 (19:09 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 9 Oct 2020 09:27:30 +0000 (11:27 +0200)
commit686fa3db5086c6deb07152915ff4f2283bb99352
tree47b8982820dce0522db4e9c7856ab37f15ab317f
parente70c7977f2db37d6228834c98306712fb30f3fd4
MINOR: protocol: add a new pair of rx_enable/rx_disable methods

These methods will be used to enable/disable rx at the receiver level so
that callers don't play with FDs directly anymore. All our protocols use
the generic ones from sock.c at the moment. For now they're not used.
include/haproxy/protocol-t.h
src/proto_sockpair.c
src/proto_tcp.c
src/proto_udp.c
src/proto_uxst.c