]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-quic: rename duplicate function names
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 24 Nov 2022 09:51:19 +0000 (10:51 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 2 Dec 2022 13:45:43 +0000 (14:45 +0100)
commitb7ce79c814aff94912d3750a137877fc45da230c
tree31c92eefdd4a8aa9ce4d0047b8559e0ac1d4b979
parent7c9fdd9c3a44a67a37a3cc85dcaebdf263604f6b
MINOR: mux-quic: rename duplicate function names

qc_rcv_buf and qc_snd_buf are names used for static functions in both
quic-sock and quic-mux. To remove this ambiguity, slightly modify names
used in MUX code.

In the future, we should properly define a unique prefix for all QUIC
MUX functions to avoid such problem in the future.

This change is part of quic-conn owned socket implementation.
It may be backported to 2.7 after a period of observation.
src/mux_quic.c