From b0e93f726ac15c1b3a57721b621639ed5b2fcac0 Mon Sep 17 00:00:00 2001 From: Martin Thomson Date: Sun, 17 Nov 2019 13:19:59 +0800 Subject: [PATCH 1/2] Use host less as appropriate --- draft-ietf-quic-transport.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/draft-ietf-quic-transport.md b/draft-ietf-quic-transport.md index 4572d433ac..d7997df1ff 100644 --- a/draft-ietf-quic-transport.md +++ b/draft-ietf-quic-transport.md @@ -1053,13 +1053,13 @@ Incoming packets are classified on receipt. Packets can either be associated with an existing connection, or - for servers - potentially create a new connection. -Hosts try to associate a packet with an existing connection. If the packet has a -non-zero-length Destination Connection ID corresponding to an existing +Endpoints try to associate a packet with an existing connection. If the packet +has a non-zero-length Destination Connection ID corresponding to an existing connection, QUIC processes that packet accordingly. Note that more than one connection ID can be associated with a connection; see {{connection-id}}. If the Destination Connection ID is zero length and the packet matches the -local address and port of a connection where the host used zero-length +local address and port of a connection where the endpoint used zero-length connection IDs, QUIC processes the packet as part of that connection. Endpoints can send a Stateless Reset ({{stateless-reset}}) for any packets that From 5653e332c7394814bedd12b84586da20f3a6c186 Mon Sep 17 00:00:00 2001 From: Martin Thomson Date: Sun, 17 Nov 2019 13:22:23 +0800 Subject: [PATCH 2/2] Define "address" Closes 3233. --- draft-ietf-quic-transport.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/draft-ietf-quic-transport.md b/draft-ietf-quic-transport.md index d7997df1ff..85e42bd9a4 100644 --- a/draft-ietf-quic-transport.md +++ b/draft-ietf-quic-transport.md @@ -210,6 +210,11 @@ Server: : The endpoint accepting incoming QUIC connections. +Address: + +: When used without qualification, the tuple of IP version, IP address, UDP + protocol, and UDP port number that represents one end of a network path. + Connection ID: : An opaque identifier that is used to identify a QUIC connection at an @@ -223,7 +228,7 @@ Stream: Application: - : An entity that uses QUIC to send and receive data. +: An entity that uses QUIC to send and receive data. ## Notational Conventions