Skip to content

Commit 0f44eb9

Browse files
authored
Fix datagrams
1 parent 949851a commit 0f44eb9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

draft-ietf-moq-transport.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2277,9 +2277,9 @@ Any object with a status code other than zero MUST have an empty payload.
22772277
Though some status information could be inferred from QUIC stream state,
22782278
that information is not reliable and cacheable.
22792279

2280-
## Object Datagram Message {#object-datagram}
2280+
## Object Datagram {#object-datagram}
22812281

2282-
An `OBJECT_DATAGRAM` message carries a single object in a datagram.
2282+
An `OBJECT_DATAGRAM` carries a single object in a datagram.
22832283

22842284
An Object received in an `OBJECT_DATAGRAM` message has an `Object
22852285
Forwarding Preference` = `Datagram`. To send an Object with `Object
@@ -2289,34 +2289,34 @@ size can be larger than maximum datagram size for the session, the Object
22892289
will be dropped.
22902290

22912291
~~~
2292-
OBJECT_DATAGRAM Message {
2292+
OBJECT_DATAGRAM {
22932293
Track Alias (i),
22942294
Group ID (i),
22952295
Object ID (i),
22962296
Publisher Priority (8),
22972297
Object Payload (..),
22982298
}
22992299
~~~
2300-
{: #object-datagram-format title="MOQT OBJECT_DATAGRAM Message"}
2300+
{: #object-datagram-format title="MOQT OBJECT_DATAGRAM"}
23012301

23022302
There is no explicit length field. The entirety of the transport datagram
23032303
following Publisher Priority contains the Object Payload.
23042304

2305-
## Object Datagram Status Message {#object-datagram-status}
2305+
## Object Datagram Status {#object-datagram-status}
23062306

2307-
An `OBJECT_DATAGRAM_STATUS` message is similar to OBEJCT_DATAGRAM except it
2307+
An `OBJECT_DATAGRAM_STATUS` is similar to OBEJCT_DATAGRAM except it
23082308
conveys an Object Status and has no payload.
23092309

23102310
~~~
2311-
OBJECT_DATAGRAM_STATUS Message {
2311+
OBJECT_DATAGRAM_STATUS {
23122312
Track Alias (i),
23132313
Group ID (i),
23142314
Object ID (i),
23152315
Publisher Priority (8),
23162316
Object Status (i),
23172317
}
23182318
~~~
2319-
{: #object-datagram-status-format title="MOQT OBJECT_DATAGRAM_STATUS Message"}
2319+
{: #object-datagram-status-format title="MOQT OBJECT_DATAGRAM_STATUS"}
23202320

23212321
## Streams
23222322

0 commit comments

Comments
 (0)