mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
MINOR: quic/flags: complete missing flags
Add missing quic_conn flags definition for dev utility.
This commit is contained in:
parent
fba80c7fe8
commit
a84b404b34
1 changed files with 3 additions and 1 deletions
|
|
@ -506,13 +506,15 @@ static forceinline char *qc_show_flags(char *buf, size_t len, const char *delim,
|
|||
_(QUIC_FL_CONN_IPKTNS_DCD,
|
||||
_(QUIC_FL_CONN_HPKTNS_DCD,
|
||||
_(QUIC_FL_CONN_PEER_VALIDATED_ADDR,
|
||||
_(QUIC_FL_CONN_NO_TOKEN_RCVD,
|
||||
_(QUIC_FL_CONN_SCID_RECEIVED,
|
||||
_(QUIC_FL_CONN_TO_KILL,
|
||||
_(QUIC_FL_CONN_TX_TP_RECEIVED,
|
||||
_(QUIC_FL_CONN_FINALIZED,
|
||||
_(QUIC_FL_CONN_EXP_TIMER,
|
||||
_(QUIC_FL_CONN_CLOSING,
|
||||
_(QUIC_FL_CONN_DRAINING,
|
||||
_(QUIC_FL_CONN_IMMEDIATE_CLOSE)))))))))))))))))))))))));
|
||||
_(QUIC_FL_CONN_IMMEDIATE_CLOSE)))))))))))))))))))))))))));
|
||||
/* epilogue */
|
||||
_(~0U);
|
||||
return buf;
|
||||
|
|
|
|||
Loading…
Reference in a new issue