File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
23962396All MOQT datagrams start with a variable-length integer indicating the type of
@@ -2631,8 +2631,8 @@ SUBGROUP_HEADER {
26312631All 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
26362636in this subgroup. When it is 0, Extensions Headers Length is not present and all
26372637Objects have no extensions. When it is 1, Extension Headers Length is present in
26382638all Objects in this subgroup.
You can’t perform that action at this time.
0 commit comments