Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions draft-ietf-moq-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -1276,7 +1276,7 @@ The wire format of the Setup messages are as follows:

~~~
CLIENT_SETUP Message {
Type (i) = 0x50,
Type (i) = 0x20,
Length (i),
Number of Supported Versions (i),
Supported Version (i) ...,
Expand All @@ -1285,7 +1285,7 @@ CLIENT_SETUP Message {
}

SERVER_SETUP Message {
Type (i) = 0x51,
Type (i) = 0x21,
Length (i),
Selected Version (i),
Number of Parameters (i) ...,
Expand Down