Skip to content

Commit

Permalink
Changelogs for -32
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Oct 20, 2020
1 parent 739a6cc commit a25b7b0
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 0 deletions.
4 changes: 4 additions & 0 deletions draft-ietf-quic-http.md
Expand Up @@ -2522,6 +2522,10 @@ for what might be a temporary or intermittent error.
> **RFC Editor's Note:** Please remove this section prior to publication of a
> final version of this document.

## Since draft-ietf-quic-http-31

Editorial changes only.

## Since draft-ietf-quic-http-30

Editorial changes only.
Expand Down
4 changes: 4 additions & 0 deletions draft-ietf-quic-qpack.md
Expand Up @@ -1808,6 +1808,10 @@ return encoderBuffer, prefixBuffer + streamBuffer
> **RFC Editor's Note:** Please remove this section prior to publication of a
> final version of this document.

## Since draft-ietf-quic-qpack-18

Editorial changes only

## Since draft-ietf-quic-qpack-17

Editorial changes only
Expand Down
4 changes: 4 additions & 0 deletions draft-ietf-quic-recovery.md
Expand Up @@ -1845,6 +1845,10 @@ RemoveFromBytesInFlight(discarded_packets):

Issue and pull request numbers are listed with a leading octothorp.

## Since draft-ietf-quic-recovery-31

Editorial changes only.

## Since draft-ietf-quic-recovery-30

Editorial changes only.
Expand Down
5 changes: 5 additions & 0 deletions draft-ietf-quic-tls.md
Expand Up @@ -2468,6 +2468,11 @@ restrict packet size have a limit of 2^21.5.

Issue and pull request numbers are listed with a leading octothorp.

## Since draft-ietf-quic-tls-31

- Packet protection limits are based on maximum-sized packets; improved
analysis (#3701, #4175)

## Since draft-ietf-quic-tls-30

- Add a new error code for AEAD_LIMIT_REACHED code to avoid conflict (#4087,
Expand Down
19 changes: 19 additions & 0 deletions draft-ietf-quic-transport.md
Expand Up @@ -7495,6 +7495,25 @@ incurred.

Issue and pull request numbers are listed with a leading octothorp.

## Since draft-ietf-quic-transport-31

- Require expansion of datagrams to ensure that a path supports at least 1200
bytes in both directions:

- During the handshake ack-eliciting Initial packets from the server need to
be expanded (#4183, #4188)

- Path validation now requires packets containing PATH_CHALLENGE and
PATH_RESPONSE to be expanded and PATH_RESPONSE is sent on the same network
path (#4216, #4226)

- Though senders need to expand datagrams in some cases, receivers cannot
enforce this requirement (#4253, #4254)

- Split contact into contact and change controller for IANA registrations
(#4230, #4239)


## Since draft-ietf-quic-transport-30

- Use TRANSPORT_PARAMETER_ERROR for an invalid transport parameter (#4099,
Expand Down

0 comments on commit a25b7b0

Please sign in to comment.