Skip to content

Commit 62076ed

Browse files
authored
Move SUBGROUP_HEADER to 0x8-9 and leave fetch at 0x5 for now
1 parent 36a14ee commit 62076ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

draft-ietf-moq-transport.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2388,9 +2388,9 @@ the type of the stream in question.
23882388
|-------------|-------------------------------------------------|
23892389
| ID | Type |
23902390
|------------:|:------------------------------------------------|
2391-
| 0x00-0x01 | SUBGROUP_HEADER ({{subgroup-header}}) |
2391+
| 0x08-0x09 | SUBGROUP_HEADER ({{subgroup-header}}) |
23922392
|-------------|-------------------------------------------------|
2393-
| 0x10 | FETCH_HEADER ({{fetch-header}}) |
2393+
| 0x05 | FETCH_HEADER ({{fetch-header}}) |
23942394
|-------------|-------------------------------------------------|
23952395

23962396
All MOQT datagrams start with a variable-length integer indicating the type of
@@ -2631,8 +2631,8 @@ SUBGROUP_HEADER {
26312631
All Objects received on a stream opened with `SUBGROUP_HEADER` have an
26322632
`Object Forwarding Preference` = `Subgroup`.
26332633

2634-
The Type field takes the form 0b0000000X (or the set of values from 0x00 to
2635-
0x01). The LSB determines if the Extensions Headers Length is present in Objects
2634+
The Type field takes the form 0b0000100X (or the set of values from 0x08 to
2635+
0x09). The LSB determines if the Extensions Headers Length is present in Objects
26362636
in this subgroup. When it is 0, Extensions Headers Length is not present and all
26372637
Objects have no extensions. When it is 1, Extension Headers Length is present in
26382638
all Objects in this subgroup.

0 commit comments

Comments
 (0)