ignore STOP_WAITINGs, derive lower bound for packets to include in ACK

This commit is contained in:
Marten Seemann 2017-12-01 13:35:20 +07:00
parent 8833e4f4af
commit 8e0060c51b
9 changed files with 114 additions and 24 deletions

View file

@ -2,6 +2,8 @@
## v0.6.1 (unreleased)
- The lower boundary for packets included in ACKs is now derived, and the value sent in STOP_WAITING frames is ignored.
## v0.6.0 (2017-12-12)
- Add support for QUIC 39, drop support for QUIC 35 - 37