Skip to content

Commit

Permalink
Recovery release notes for draft 20 (#2625)
Browse files Browse the repository at this point in the history
* Recovery release notes for draft 20

* Update draft-ietf-quic-recovery.md

Add #2605 to the notes.

* Update draft-ietf-quic-recovery.md

Co-Authored-By: ianswett <ianswett@users.noreply.github.com>

* Update draft-ietf-quic-recovery.md

Co-Authored-By: ianswett <ianswett@users.noreply.github.com>

* Nit

* undo nit
  • Loading branch information
ianswett committed Apr 19, 2019
1 parent 41723a3 commit 1e152e1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions draft-ietf-quic-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -1511,6 +1511,17 @@ Invoked from DetectLostPackets when packets are deemed lost.
Issue and pull request numbers are listed with a leading octothorp.

## Since draft-ietf-quic-recovery-19

- Send a PING if the PTO timer fires and there's nothing to send (#2624)
- Set loss delay to at least kGranularity (#2617)
- Merge application limited and sending after idle sections. Always limit
burst size instead of requiring resetting CWND to initial CWND after
idle (#2605)
- Rewrite RTT estimation, allow RTT samples where a newly acked packet is
ack-eliciting but the largest_acked is not (#2592)
- Don't arm the handshake timer if there is no handshake data (#2590)
- Clarify that the time threshold loss alarm takes precedence over the
crypto handshake timer (#2590, #2620)
- Change initial RTT to 500ms to align with RFC6298 (#2184)

## Since draft-ietf-quic-recovery-18
Expand Down

0 comments on commit 1e152e1

Please sign in to comment.