Skip to content

Count object extension headers in bytes, not fields #723

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 26, 2025
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
12 changes: 6 additions & 6 deletions draft-ietf-moq-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -2350,8 +2350,8 @@ Track or Datagram.
* Object Status: As enumeration used to indicate missing
objects or mark the end of a group or track. See {{object-status}} below.

* Object Extension Count: The number of Object Extensions present. A value of 0
indicates that no Object Extension Headers are present.
* Object Extension Length: The total length of the Object Extension Headers
block, in bytes.

* Object Extensions : A sequence of Object Extension Headers. See
{{object-extensions}} below.
Expand Down Expand Up @@ -2455,7 +2455,7 @@ OBJECT_DATAGRAM {
Group ID (i),
Object ID (i),
Publisher Priority (8),
Extension Count (i),
Extension Headers Length (i),
[Extension headers (...)],
Object Payload Length (i),
[Object Status (i)],
Expand Down Expand Up @@ -2523,7 +2523,7 @@ The Object Status field is only sent if the Object Payload Length is zero.
~~~
{
Object ID (i),
Extension Count (i),
Extension Headers Length (i),
[Extension headers (...)],
Object Payload Length (i),
[Object Status (i)],
Expand Down Expand Up @@ -2627,7 +2627,7 @@ Each object sent on a fetch stream after the FETCH_HEADER has the following form
Subgroup ID (i),
Object ID (i),
Publisher Priority (8),
Extension Count (i),
Extension Headers Length (i),
[Extension headers (...)],
Object Payload Length (i),
[Object Status (i)],
Expand Down Expand Up @@ -2680,7 +2680,7 @@ STREAM_HEADER_GROUP {
}
{
Object ID = 0
Extension Count = 2
Extension Headers Length = 33
{ Type = 4
Value = 2186796243
},
Expand Down