Skip to content

Commit 087bc32

Browse files
authored
Limit the PR to removing track per stream
1 parent 36059fc commit 087bc32

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

draft-ietf-moq-transport.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1934,21 +1934,11 @@ OBJECT_DATAGRAM Message {
19341934

19351935
## Streams
19361936

1937-
When objects are sent on streams, the stream begins with a stream header peep
1937+
When objects are sent on streams, the stream begins with a stream header
19381938
message and is followed by one or more sets of serialized object fields.
19391939
If a stream ends gracefully in the middle of a serialized Object, terminate the
19401940
session with a Protocol Violation.
19411941

1942-
Multiple Peeps from a single subscription MAY be sent on the same stream if a
1943-
session does not have enough available streams or if the amount of data already
1944-
available to send is large, and so the backpressure provided by a stream's flow
1945-
control is valuable. This can happen when a subscriber requests a range of
1946-
Objects that have already been published and the publisher can send Objects
1947-
faster than the subscriber can receive them, due to bandwidth, flow control,
1948-
or other resource limits. For a given Group ID, the Peep ID MUST increase with
1949-
subsequent peeps sent on a stream. The Group ID within a stream MUST be in the
1950-
Group Order requested by the subscriber.
1951-
19521942
A publisher SHOULD NOT open more than one stream at a time with the same stream
19531943
header message type and fields.
19541944

0 commit comments

Comments
 (0)