Skip to content

Commit

Permalink
Reflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ianswett authored Sep 18, 2024
1 parent 9b34030 commit 522a9bc
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions draft-ietf-moq-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -1679,15 +1679,15 @@ A publisher sends Objects matching a subscription on Data Streams.
All unidirectional MOQT streams, as well as all datagrams, start with a
variable-length integer indicating the type of the stream in question.

|-------|-----------------------------------------------------|
| ID | Stream Type |
|------:|:----------------------------------------------------|
| 0x1 | OBJECT_DATAGRAM ({{object-datagram}}) |
|-------|-----------------------------------------------------|
| 0x2 | STREAM_HEADER_TRACK ({{stream-header-track}}) |
|-------|-----------------------------------------------------|
| 0x4 | STREAM_HEADER_SUBGROUP ({{stream-header-subgroup}}) |
|-------|-----------------------------------------------------|
|-------|-------------------------------------------------------|
| ID | Stream Type |
|------:|:------------------------------------------------------|
| 0x1 | OBJECT_DATAGRAM ({{object-datagram}}) |
|-------|-------------------------------------------------------|
| 0x2 | STREAM_HEADER_TRACK ({{stream-header-track}}) |
|-------|-------------------------------------------------------|
| 0x4 | STREAM_HEADER_SUBGROUP ({{stream-header-subgroup}}) |
|-------|-------------------------------------------------------|

An endpoint that receives an unknown stream type MUST close the session.

Expand Down

0 comments on commit 522a9bc

Please sign in to comment.