Release 2.13.3

- [BUGFIX] ACK ping-pong: TIMESTAMP frame is not to be acked.
This commit is contained in:
Dmitri Tikhonov 2020-03-23 17:13:56 -04:00
parent 992bbcdba6
commit a686ef2a56
4 changed files with 7 additions and 3 deletions

View file

@ -227,7 +227,7 @@ extern const char *const lsquic_pns2str[];
/* [draft-ietf-quic-transport-24] Section 1.2 */
#define IQUIC_FRAME_ACKABLE_MASK ( \
ALL_IQUIC_FRAMES & ~(QUIC_FTBIT_ACK|QUIC_FTBIT_PADDING\
|QUIC_FTBIT_CONNECTION_CLOSE))
|QUIC_FTBIT_CONNECTION_CLOSE|QUIC_FTBIT_TIMESTAMP))
/* [draft-ietf-quic-transport-20], Section 13.2 */
/* We bend some rules and retransmit BLOCKED, MAX_DATA, MAX_STREAM_DATA,