Skip to content

Commit 24c43db

Browse files
authored
Merge branch 'main' into anc1
2 parents f15edfa + 65b9aba commit 24c43db

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

draft-ietf-moq-transport.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ formatted as follows:
898898
~~~
899899
MOQT Control Message {
900900
Message Type (i),
901-
Message Payload (..),
901+
Message Payload (b),
902902
}
903903
~~~
904904
{: #moq-transport-message-format title="MOQT Message"}
@@ -950,6 +950,9 @@ MOQT Control Message {
950950
|-------|-----------------------------------------------------|
951951

952952
An endpoint that receives an unknown message type MUST close the session.
953+
Control messages have a length to make parsing easier, but no control
954+
messages are intended to be ignored. If the length does not match the
955+
length of the message content, the receiver MUST close the session.
953956

954957
## Parameters {#params}
955958

@@ -1843,7 +1846,7 @@ An `OBJECT_DATAGRAM` message carries a single object in a datagram.
18431846

18441847
An Object received in an `OBJECT_DATAGRAM` message has an `Object
18451848
Forwarding Preference` = `Datagram`. To send an Object with `Object
1846-
Forwarding Preference` = `Datagram`, determine the length of the fields and
1849+
Forwarding Preference` = `Datagram`, determine the length of the header and
18471850
payload and send the Object as datagram. In certain scenarios where the object
18481851
size can be larger than maximum datagram size for the session, the Object
18491852
will be dropped.

0 commit comments

Comments
 (0)