MINOR: quic: rename pacing_rate cb to pacing_inter
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Jan 2025 09:28:57 +0000 (10:28 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 19 Feb 2025 10:19:38 +0000 (11:19 +0100)
commit999e3f9c00fc02de885a7a30680fbab01371b22f
tree368baa665b946a8350d631c0cf58aa3e4aad9b91
parentf9023cbd1791e5a9828a85c23d829e6732ea2ca8
MINOR: quic: rename pacing_rate cb to pacing_inter

Rename one of the congestion algorithms pacing callback from pacing_rate
to pacing_inter. This better reflects that this function returns a delay
(in nanoseconds) which should be applied between each packet emission to
fill the congestion window with a perfectly smoothed emission.

This should be backported up to 3.1.

(cherry picked from commit 7c0820892f47642cfa27e49aa1218dfaf640e3b2)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
include/haproxy/quic_cc-t.h
include/haproxy/quic_cc.h
src/cfgparse-quic.c
src/mux_quic.c
src/quic_cc.c
src/quic_cc_bbr.c
src/quic_pacing.c