From 5343b7fba126ed436f7d9bb4dfec1b37e2663242 Mon Sep 17 00:00:00 2001 From: Martin Thomson Date: Thu, 25 Oct 2018 14:34:46 +1100 Subject: [PATCH] Add missing sections to document structure There were two things that we missed, which looked a little incongrous. This adds them to avoid the confusion arising from their absence, even if they don't really need to be there. Closes #1894. --- draft-ietf-quic-transport.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/draft-ietf-quic-transport.md b/draft-ietf-quic-transport.md index bcc6265408..b6ffab83d3 100644 --- a/draft-ietf-quic-transport.md +++ b/draft-ietf-quic-transport.md @@ -138,22 +138,23 @@ middleboxes. This document describes the core QUIC protocol, and is structured as follows: -* Streams are the basic service abstraction that QUIC provides. +* Streams are the basic service abstraction that QUIC provides: - {{streams}} describes core concepts related to streams, - {{stream-states}} provides a reference model for stream states, and - {{flow-control}} outlines the operation of flow control. -* Connections are the context in which QUIC endpoints communicate. +* Connections are the context in which QUIC endpoints communicate: - {{connections}} describes core concepts related to connections, - {{version-negotiation}} describes version negotiation, - {{handshake}} details the process for establishing connections, - {{address-validation}} specifies critical denial of service mitigation mechanisms, - {{migration}} describes how endpoints migrate a connection to use a new - network paths, and - - {{termination}} lists the options for terminating an open connection. + network paths, + - {{termination}} lists the options for terminating an open connection, and + - {{error-handling}} provides general guidance for error handling. -* Packets and frames are the basic unit used by QUIC to communicate. +* Packets and frames are the basic unit used by QUIC to communicate: - {{packets-frames}} describes concepts related to packets and frames, - {{packetization}} defines models for the transmission, retransmission, and acknowledgement of information, and @@ -161,6 +162,7 @@ This document describes the core QUIC protocol, and is structured as follows: * Details of encoding of QUIC protocol elements is described in: - {{versions}} (Versions), + - {{integer-encoding}} (Integer Encoding), - {{packet-formats}} (Packet Headers), - {{transport-parameter-encoding}} (Transport Parameters), - {{frame-formats}} (Frames), and