commit | b7ce79c814aff94912d3750a137877fc45da230c | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Nov 24 10:51:19 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Dec 02 14:45:43 2022 +0100 |
tree | 31c92eefdd4a8aa9ce4d0047b8559e0ac1d4b979 | |
parent | 7c9fdd9c3a44a67a37a3cc85dcaebdf263604f6b [diff] |
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.