Skip to content

Commit

Permalink
Big endian
Browse files Browse the repository at this point in the history
Closes #28
  • Loading branch information
martinthomson committed Jan 4, 2017
1 parent 9f7a92f commit b5823a5
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,13 @@ across changes in the client's and the server's network addresses.
# Packet Types and Formats

We first describe QUIC's packet types and their formats, since some are
referenced in subsequent mechanisms. Note that unless otherwise noted, all
values specified in this document are in little-endian format and all field
sizes are in bits.
referenced in subsequent mechanisms.

All values specified in this document are in big-endian format and all field
sizes are in bits. When discussing individual bits of fields, the least
significant bit is referred to as bit 0. Hexadecimal notation is used for
describing the value of fields.


## Common Header

Expand Down

0 comments on commit b5823a5

Please sign in to comment.