File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -898,7 +898,7 @@ formatted as follows:
898898~~~
899899MOQT 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
952952An 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
18441847An Object received in an `OBJECT_DATAGRAM` message has an `Object
18451848Forwarding 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
18471850payload and send the Object as datagram. In certain scenarios where the object
18481851size can be larger than maximum datagram size for the session, the Object
18491852will be dropped.
You can’t perform that action at this time.
0 commit comments