mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-04 12:41:00 +02:00
MINOR: quic: Congestion controller event trace fix (loss)
Missing event type (loss).
This commit is contained in:
parent
f6e8594469
commit
9475d890ee
@ -57,7 +57,7 @@ static inline void quic_cc_event_trace(struct buffer *buf, const struct quic_cc_
|
||||
(unsigned long long)ev->ack.acked, ev->ack.time_sent);
|
||||
break;
|
||||
case QUIC_CC_EVT_LOSS:
|
||||
chunk_appendf(buf, "now_ms=%u time_sent=%u", now_ms, ev->loss.time_sent);
|
||||
chunk_appendf(buf, "loss now_ms=%u time_sent=%u", now_ms, ev->loss.time_sent);
|
||||
break;
|
||||
case QUIC_CC_EVT_ECN_CE:
|
||||
chunk_appendf(buf, "ecn_ce");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user