mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-28 22:31:06 +01:00
BUG/MINOR: quic: Trace fix about packet number space information.
<qc> variable was confused with <qel>. The consequence was that it was always the same packet number space which was displayed: the first one (or the Initial packet number space). Must be backported to 2.6.
This commit is contained in:
parent
bb995eafc7
commit
3c1b81fdd7
@ -352,7 +352,7 @@ static void quic_trace(enum trace_level level, uint64_t mask, const struct trace
|
|||||||
const ssize_t *room = a4;
|
const ssize_t *room = a4;
|
||||||
|
|
||||||
if (qel) {
|
if (qel) {
|
||||||
const struct quic_pktns *pktns = qc->pktns;
|
const struct quic_pktns *pktns = qel->pktns;
|
||||||
chunk_appendf(&trace_buf, " qel=%c cwnd=%llu ppif=%lld pif=%llu "
|
chunk_appendf(&trace_buf, " qel=%c cwnd=%llu ppif=%lld pif=%llu "
|
||||||
"if=%llu pp=%u",
|
"if=%llu pp=%u",
|
||||||
quic_enc_level_char_from_qel(qel, qc),
|
quic_enc_level_char_from_qel(qel, qc),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user