Skip to content

Commit

Permalink
refuse to build when a greasing TP is used
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed Nov 13, 2020
1 parent e6e8069 commit dad0a7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/quicly.c
Original file line number Diff line number Diff line change
Expand Up @@ -1656,6 +1656,7 @@ int quicly_encode_transport_parameter_list(ptls_buffer_t *buf, const quicly_tran

#define PUSH_TP(buf, id, block) \
do { \
PTLS_BUILD_ASSERT(((uint64_t)id - 27) % 31 != 0); \
ptls_buffer_push_quicint((buf), (id)); \
ptls_buffer_push_block((buf), -1, block); \
} while (0)
Expand Down

0 comments on commit dad0a7c

Please sign in to comment.