SCTP stream count should be 65535
Categories
(Core :: WebRTC: Networking, defect)
Tracking
()
People
(Reporter: boivie, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36
Steps to reproduce:
In RFC8831, it says:
The number of streams negotiated during SCTP association setup SHOULD be 65535, which is the maximum number of streams that can be negotiated during the association setup.
In Firefox, the outbound stream count is currently 256 and the inbound stream count is set to 2048. If a data channel is reopened multiple times (or many are opened at once), the outbound stream count can be reached, and then Firefox will use RFC6525 to negotiate an increase of outbound stream count. This feature is only mentioned in short in RFC8831 and is not defined as a MUST, which means that there are no other browser that currently supports it (or SCTP stacks; Can't find support for it in dcSCTP, Pion, sctp-rs).
Comment 1•2 years ago
•
|
||
Marking this S4 since it doesn't appear to be causing issues in the wild.
Description
•