commit | 686fa3db5086c6deb07152915ff4f2283bb99352 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Sep 25 19:09:53 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 09 11:27:30 2020 +0200 |
tree | 47b8982820dce0522db4e9c7856ab37f15ab317f | |
parent | e70c7977f2db37d6228834c98306712fb30f3fd4 [diff] |
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.