From c5ff19e12a9e4fc1447d710b990df9e30811693b Mon Sep 17 00:00:00 2001 From: Dmitri Tikhonov Date: Tue, 30 Apr 2019 15:29:01 -0400 Subject: [PATCH] Fix two typos in the changelog section of transport draft --- draft-ietf-quic-transport.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/draft-ietf-quic-transport.md b/draft-ietf-quic-transport.md index 77050408cd..ef3d5204f2 100644 --- a/draft-ietf-quic-transport.md +++ b/draft-ietf-quic-transport.md @@ -5623,14 +5623,14 @@ Issue and pull request numbers are listed with a leading octothorp. ## Since draft-ietf-quic-transport-18 -- Removed version negotation; version negotiation, including authentication of +- Removed version negotiation; version negotiation, including authentication of the result, will be addressed in the next version of QUIC (#1773, #2313) - Added discussion of the use of IPv6 flow labels (#2348, #2399) - A connection ID can't be retired in a packet that uses that connection ID (#2101, #2420) - Idle timeout transport parameter is in milliseconds (from seconds) (#2453, #2454) -- Endpoints are required to use new connnection IDs when they use new network +- Endpoints are required to use new connection IDs when they use new network paths (#2413, #2414) - Increased the set of permissible frames in 0-RTT (#2344, #2355)