Skip to content

Commit e438ee8

Browse files
authored
Fix inconsistent code points
1 parent aa33520 commit e438ee8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

draft-ietf-moq-transport.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1276,7 +1276,7 @@ The wire format of the Setup messages are as follows:
12761276

12771277
~~~
12781278
CLIENT_SETUP Message {
1279-
Type (i) = 0x50,
1279+
Type (i) = 0x20,
12801280
Length (i),
12811281
Number of Supported Versions (i),
12821282
Supported Version (i) ...,
@@ -1285,7 +1285,7 @@ CLIENT_SETUP Message {
12851285
}
12861286

12871287
SERVER_SETUP Message {
1288-
Type (i) = 0x51,
1288+
Type (i) = 0x21,
12891289
Length (i),
12901290
Selected Version (i),
12911291
Number of Parameters (i) ...,

0 commit comments

Comments
 (0)