Implement RTCSctpTransport and RTCPeerConnection.sctp
Categories
(Core :: WebRTC: Networking, enhancement, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox113 | --- | fixed |
People
(Reporter: sheppy, Assigned: bwc)
References
(Blocks 1 open bug)
Details
(4 keywords)
Attachments
(2 files)
Reporter | ||
Comment 1•9 years ago
|
||
Updated•9 years ago
|
Comment 2•9 years ago
|
||
Reporter | ||
Comment 3•9 years ago
|
||
Comment 4•8 years ago
|
||
Comment 5•7 years ago
|
||
Comment 6•6 years ago
•
|
||
Now https://github.com/webrtcHacks/adapter/pull/702 I believe.
Updated•6 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Assignee | ||
Comment 8•2 years ago
|
||
There's a little bit of work in flight in bug 1531087 that this would interact with, so marking as dependent.
Assignee | ||
Comment 9•2 years ago
|
||
This should be relatively easy, I think, and doesn't depend on other stuff much.
Assignee | ||
Comment 10•2 years ago
|
||
Huh. Spec says we update this when offer/answer completes, unlike RTCDtlsTransport when any local description or answer is set. That's... odd.
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 11•2 years ago
|
||
Assignee | ||
Comment 12•2 years ago
|
||
Removed a bad test-case from RTCDataChannel-send.html that was trying to
create gigabyte-sized buffers to test the max message size for DataChannel.
Depends on D168484
Assignee | ||
Comment 13•2 years ago
|
||
Depends on D169235
Comment 14•2 years ago
|
||
Comment 16•2 years ago
|
||
Backed out for causing build bustages on PeerConnectionImpl.cpp
- Backout link
- Push with failures
- Failure Log
- Failure line: /builds/worker/checkouts/gecko/dom/media/webrtc/jsapi/PeerConnectionImpl.cpp:2024:38: error: unused variable 'id' [-Werror=unused-variable]
mochitest log: https://treeherder.mozilla.org/logviewer?job_id=405685822&repo=autoland
Comment 18•2 years ago
|
||
Comment 20•2 years ago
|
||
Backed out for causing wpt failures in
Backout link: https://hg.mozilla.org/integration/autoland/rev/19e0bc283894a3bf801c7edb6c73879c3aeec836
Comment 22•2 years ago
|
||
Comment 24•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/45b79c9f561d
https://hg.mozilla.org/mozilla-central/rev/cb59dcbe34f2
Assignee | ||
Updated•2 years ago
|
Comment 26•2 years ago
|
||
FYI MDN docs for this done in https://github.com/mdn/content/issues/26146, and are now complete (though waiting on browser compat data changes to be reviewed).
Description
•