Skip to content

Commit

Permalink
more terms
Browse files Browse the repository at this point in the history
  • Loading branch information
janaiyengar committed Nov 3, 2018
1 parent a7881a5 commit ba03547
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,8 @@ QUIC packet:
Endpoint:

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

Connection:

Expand All @@ -222,6 +223,10 @@ Stream:
: A unidirectional or bidirectional channel of ordered bytes within a QUIC
connection. A QUIC connection can carry multiple simultaneous streams.

Application:

: An entity that uses QUIC to send and receive data.


### Notational Conventions

Expand Down

0 comments on commit ba03547

Please sign in to comment.