Skip to content

Commit

Permalink
Port PR #334
Browse files Browse the repository at this point in the history
  • Loading branch information
markafoltz committed Oct 7, 2024
1 parent c76b1cc commit 2c4b85b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions network.bs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ url: https://datatracker.ietf.org/doc/html/rfc9000#name-transport-parameter-enco
url: https://datatracker.ietf.org/doc/html/rfc9000#name-connection_close-frames; type: dfn; spec: RFC9000; text: CONNECTION_CLOSE Frames
url: https://datatracker.ietf.org/doc/html/rfc9000#name-variable-length-integer-enc; type: dfn; spec: RFC9000; text: Variable-Length Integer Encoding
url: https://datatracker.ietf.org/doc/html/rfc9000#name-variable-length-integer-enc; type: dfn; spec: RFC9000; text: variable-length integer
url: https://datatracker.ietf.org/doc/html/rfc9000#section-4.6; type: dfn; spec: RFC9000; text: max_streams
url: https://tools.ietf.org/html/rfc6762#section-9; type: dfn; spec: RFC6762; text: conflict resolution
url: https://tools.ietf.org/html/rfc6763#section-7; type: dfn; spec: RFC6763; text: service name
url: https://tools.ietf.org/html/rfc6763#section-4.1.1; type: dfn; spec: RFC6763; text: instance name
Expand Down Expand Up @@ -374,6 +375,10 @@ groups of messages (with no ordering dependency across groups) should be sent in
different QUIC streams. In order to put multiple CBOR-serialized messages into
the the same QUIC stream, the following is used.

NOTE: Open Screen Agents should configure QUIC stream limits ([=MAX_STREAMS=])
to not hinder application performance, keeping in mind the number of concurrent
streams that may be necessary for audio, video, or data streaming use cases.

For each message, the [=OSP agent=] must write into a unidirectional QUIC stream
the following:

Expand Down

0 comments on commit 2c4b85b

Please sign in to comment.