Skip to content

Commit

Permalink
updated the values
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav2699 committed Dec 3, 2024
1 parent d4ed890 commit d7d69b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/core/crypto_tls.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ typedef enum eSniNameType {
#define QUIC_TP_ID_MAX_DATAGRAM_FRAME_SIZE 32 // varint
#define QUIC_TP_ID_DISABLE_1RTT_ENCRYPTION 0xBAAD // N/A
#define QUIC_TP_ID_VERSION_NEGOTIATION_EXT 0x11 // Blob
#define QUIC_TP_ID_MIN_ACK_DELAY 0xFF03DE1AULL // varint
#define QUIC_TP_ID_MIN_ACK_DELAY 0xFF04DE1BULL // varint
#define QUIC_TP_ID_CIBIR_ENCODING 0x1000 // {varint, varint}
#define QUIC_TP_ID_GREASE_QUIC_BIT 0x2AB2 // N/A
#define QUIC_TP_ID_RELIABLE_RESET_ENABLED 0x17f7586d2cb570 // varint
Expand Down
2 changes: 1 addition & 1 deletion src/core/frame.h
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ typedef enum QUIC_FRAME_TYPE {
QUIC_FRAME_DATAGRAM_1 = 0x31ULL,
/* 0x32 to 0xad are unused currently */
QUIC_FRAME_ACK_FREQUENCY = 0xafULL,
QUIC_FRAME_IMMEDIATE_ACK = 0xacULL,
QUIC_FRAME_IMMEDIATE_ACK = 0x1fULL,
/* 0xaf to 0x2f4 are unused currently */
QUIC_FRAME_TIMESTAMP = 0x2f5ULL,

Expand Down
2 changes: 1 addition & 1 deletion src/generated/linux/frame.c.clog.h.lttng.h
Original file line number Diff line number Diff line change
Expand Up @@ -1691,7 +1691,7 @@ TRACEPOINT_EVENT(CLOG_FRAME_C, ConnError,
const void *, arg2,
const char *, arg3),
TP_FIELDS(
ctf_integer_hex(uint64_t, arg2, arg2)
ctf_integer_hex(uint64_t, arg2, (uint64_t)arg2)
ctf_string(arg3, arg3)
)
)

0 comments on commit d7d69b8

Please sign in to comment.