]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: server: add the "cc" keyword to set the TCP congestion controller
authorWilly Tarreau <w@1wt.eu>
Wed, 17 Sep 2025 15:15:12 +0000 (17:15 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 17 Sep 2025 15:19:33 +0000 (17:19 +0200)
commit8c077c17eb0a5fada7c85ccc29676aba79fee029
tree7063bd12083835d49f8d4668f86e76725442c36d
parent4ed3cf295dbfd7762e6e2d2ddd71e328234911a0
MINOR: server: add the "cc" 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 outgoing connections, among the list of supported
and permitted ones. Let's expose this setting with "cc". Unknown or
forbidden algorithms will be ignored and the default one will continue to
be used.
doc/configuration.txt
include/haproxy/server-t.h
src/cfgparse-tcp.c
src/proto_tcp.c
src/server.c