Skip to content

Commit a8ffcfe

Browse files
authored
Error code for announce cancel (moq-wg#522)
fixes moq-wg#412
2 parents 7067d99 + 65ea89a commit a8ffcfe

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

draft-ietf-moq-transport.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1316,13 +1316,20 @@ receiving an ANNOUNCE_CANCEL, it SHOULD close the session as a
13161316
~~~
13171317
ANNOUNCE_CANCEL Message {
13181318
Track Namespace (tuple),
1319+
Error Code (i),
1320+
Reason Phrase (b),
13191321
}
13201322
~~~
13211323
{: #moq-transport-announce-cancel-format title="MOQT ANNOUNCE_CANCEL Message"}
13221324

13231325
* Track Namespace: Identifies a track's namespace as defined in
13241326
({{track-name}}).
13251327

1328+
* Error Code: Identifies an integer error code for canceling the announcement.
1329+
1330+
* Reason Phrase: Provides the reason for announcement cancelation.
1331+
1332+
13261333
## TRACK_STATUS_REQUEST {#message-track-status-req}
13271334

13281335
A potential subscriber sends a 'TRACK_STATUS_REQUEST' message on the control
@@ -1954,6 +1961,7 @@ TODO: fill out currently missing registries:
19541961
* Subscribe Error codes
19551962
* Subscribe Namespace Error codes
19561963
* Announce Error codes
1964+
* Announce Cancel Reason codes
19571965
* Message types
19581966

19591967
TODO: register the URI scheme and the ALPN

0 commit comments

Comments
 (0)