Skip to content

Commit

Permalink
De-indent a little
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Jan 6, 2017
1 parent 2c99f61 commit dabd66b
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions draft-ietf-quic-transport.md
Expand Up @@ -374,25 +374,25 @@ packet types:

~~~
Check the flags in the common header
|
|
V
+--------------+
| PUBLIC_RESET | YES
| flag set? |-------> Public Reset packet
+--------------+
|
| NO
V
+------------+ +-------------+
| VERSION | YES | Packet sent | YES Version
| flag set? |-------->| by server? |--------> Negotiation
+------------+ +-------------+ packet
| |
| NO | NO
V V
Regular packet with Regular packet with
no QUIC Version in header QUIC Version in header
|
|
V
+--------------+
| PUBLIC_RESET | YES
| flag set? |-------> Public Reset packet
+--------------+
|
| NO
V
+------------+ +-------------+
| VERSION | YES | Packet sent | YES Version
| flag set? |-------->| by server? |--------> Negotiation
+------------+ +-------------+ packet
| |
| NO | NO
V V
Regular packet with Regular packet with
no QUIC Version in header QUIC Version in header
~~~
{: #packet-types title="Types of QUIC Packets"}

Expand Down

0 comments on commit dabd66b

Please sign in to comment.