Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed Jun 8, 2023
1 parent 80b1766 commit 0943c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/quicly.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ struct st_quicly_conn_t {
/**
* bit vector indicating if there's any pending crypto data (the insignificant 4 bits), or other non-stream data
*/
uint16_t pending_flows;
uint8_t pending_flows;
#define QUICLY_PENDING_FLOW_NEW_TOKEN_BIT (1 << 5)
#define QUICLY_PENDING_FLOW_HANDSHAKE_DONE_BIT (1 << 6)
/* Indicates that PATH_CHALLENGE, PATH_RESPONSE, MAX_STREAMS, MAX_DATA, DATA_BLOCKED, STREAMS_BLOCKED, NEW_CONNECTION_ID _might_
Expand Down

0 comments on commit 0943c9c

Please sign in to comment.