Skip to content

Commit a84b404

Browse files
committed
MINOR: quic/flags: complete missing flags
Add missing quic_conn flags definition for dev utility.
1 parent fba80c7 commit a84b404

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

include/haproxy/quic_conn-t.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,13 +506,15 @@ static forceinline char *qc_show_flags(char *buf, size_t len, const char *delim,
506506
_(QUIC_FL_CONN_IPKTNS_DCD,
507507
_(QUIC_FL_CONN_HPKTNS_DCD,
508508
_(QUIC_FL_CONN_PEER_VALIDATED_ADDR,
509+
_(QUIC_FL_CONN_NO_TOKEN_RCVD,
510+
_(QUIC_FL_CONN_SCID_RECEIVED,
509511
_(QUIC_FL_CONN_TO_KILL,
510512
_(QUIC_FL_CONN_TX_TP_RECEIVED,
511513
_(QUIC_FL_CONN_FINALIZED,
512514
_(QUIC_FL_CONN_EXP_TIMER,
513515
_(QUIC_FL_CONN_CLOSING,
514516
_(QUIC_FL_CONN_DRAINING,
515-
_(QUIC_FL_CONN_IMMEDIATE_CLOSE)))))))))))))))))))))))));
517+
_(QUIC_FL_CONN_IMMEDIATE_CLOSE)))))))))))))))))))))))))));
516518
/* epilogue */
517519
_(~0U);
518520
return buf;

0 commit comments

Comments
 (0)