Skip to content

Commit

Permalink
Merge pull request #593 from jan-ivar/minmaxstreams
Browse files Browse the repository at this point in the history
Default to allow the server to create >= 100 uni and >=100 bidi streams.
  • Loading branch information
jan-ivar authored Feb 28, 2024
2 parents 131d184 + d086c45 commit 2272f05
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1342,13 +1342,17 @@ that determine how the [=WebTransport session=] is established and used.
: <dfn for="WebTransportOptions" dict-member>anticipatedConcurrentIncomingUnidirectionalStreams</dfn>
:: Optionally lets an application specify the number of concurrently open
[=incoming unidirectional=] streams it anticipates the server creating.
The user agent MUST initially allow at least 100 [=incoming unidirectional=]
streams from the server.
If not null, the user agent SHOULD attempt to reduce round-trips by taking
{{[[AnticipatedConcurrentIncomingUnidirectionalStreams]]}} into consideration in its
negotiations with the server.

: <dfn for="WebTransportOptions" dict-member>anticipatedConcurrentIncomingBidirectionalStreams</dfn>
:: Optionally lets an application specify the number of concurrently open
[=bidirectional=] streams it anticipates a server creating.
The user agent MUST initially allow the server to create at least 100
[=bidirectional=] streams.
If not null, the user agent SHOULD attempt to reduce round-trips by taking
{{[[AnticipatedConcurrentIncomingBidirectionalStreams]]}} into consideration in its
negotiations with the server.
Expand Down

0 comments on commit 2272f05

Please sign in to comment.