Skip to content

Commit

Permalink
Script updating gh-pages from fcdafd4. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ID Bot committed Mar 11, 2020
1 parent ad79b52 commit 53ba924
Show file tree
Hide file tree
Showing 3 changed files with 1,701 additions and 1,700 deletions.
3 changes: 2 additions & 1 deletion draft-ietf-quic-transport.html
Expand Up @@ -1773,7 +1773,8 @@ <h3 id="name-terms-and-definitions">
<dd id="section-1.2-3.8">
A packet that does not increase the largest received packet number for its
packet number space (<a href="#packet-numbers" class="xref">Section 12.3</a>) by exactly one. A packet can arrive
out of order if it is delayed or if earlier packets are lost or delayed.<a href="#section-1.2-3.8" class="pilcrow">¶</a>
out of order if it is delayed, if earlier packets are lost or delayed, or if
the sender intentionally skips a packet number.<a href="#section-1.2-3.8" class="pilcrow">¶</a>
</dd>
<dt id="section-1.2-3.9">Endpoint:</dt>
<dd id="section-1.2-3.10">
Expand Down
14 changes: 7 additions & 7 deletions draft-ietf-quic-transport.txt
Expand Up @@ -432,16 +432,16 @@ Internet-Draft QUIC Transport Protocol March 2020

Out-of-order packet: A packet that does not increase the largest
received packet number for its packet number space (Section 12.3)
by exactly one. A packet can arrive out of order if it is delayed
or if earlier packets are lost or delayed.
by exactly one. A packet can arrive out of order if it is
delayed, if earlier packets are lost or delayed, or if the sender
intentionally skips a packet number.

Endpoint: An entity that can participate in a QUIC connection by
generating, receiving, and processing QUIC packets. There are
only two types of endpoint in QUIC: client and server.

Client: The endpoint initiating a QUIC connection.

Server: The endpoint accepting incoming QUIC connections.



Expand All @@ -450,6 +450,8 @@ Iyengar & Thomson Expires 12 September 2020 [Page 8]
Internet-Draft QUIC Transport Protocol March 2020


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.
Expand Down Expand Up @@ -495,8 +497,6 @@ Internet-Draft QUIC Transport Protocol March 2020
for, and close a stream. Streams can also be long-lived and can last
the entire duration of a connection.

Streams can be created by either endpoint, can concurrently send data
interleaved with other streams, and can be cancelled. QUIC does not



Expand All @@ -506,6 +506,8 @@ Iyengar & Thomson Expires 12 September 2020 [Page 9]
Internet-Draft QUIC Transport Protocol March 2020


Streams can be created by either endpoint, can concurrently send data
interleaved with other streams, and can be cancelled. QUIC does not
provide any means of ensuring ordering between bytes on different
streams.

Expand Down Expand Up @@ -555,8 +557,6 @@ Internet-Draft QUIC Transport Protocol March 2020





Iyengar & Thomson Expires 12 September 2020 [Page 10]

Internet-Draft QUIC Transport Protocol March 2020
Expand Down

0 comments on commit 53ba924

Please sign in to comment.