]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: listener: add the "cc" bind keyword to set the TCP congestion controller
authorWilly Tarreau <w@1wt.eu>
Wed, 17 Sep 2025 15:03:42 +0000 (17:03 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 17 Sep 2025 15:03:42 +0000 (17:03 +0200)
commit4ed3cf295dbfd7762e6e2d2ddd71e328234911a0
tree6c76fd74a03a1ff9fbfe3952fd93da17a14b76d1
parent31d0695a6a83417863c1df700732be187f87f1ee
MINOR: listener: add the "cc" bind keyword to set the TCP congestion controller

It is possible on at least Linux and FreeBSD to set the congestion control
algorithm to be used with incoming connections, among the list of supported
and permitted ones. Let's expose this setting with "cc". Permission issues
might be reported (as warnings).
doc/configuration.txt
include/haproxy/listener-t.h
src/cfgparse-tcp.c
src/listener.c
src/proto_tcp.c
src/proxy.c