Closed
Bug 1306714
Opened 9 years ago
Closed 9 years ago
Implement RFC 7983 when demuxing DTLS
Categories
(Core :: WebRTC: Networking, defect, P2)
Tracking
()
RESOLVED
FIXED
mozilla52
Tracking | Status | |
---|---|---|
firefox52 | --- | fixed |
backlog | webrtc/webaudio+ |
People
(Reporter: drno, Assigned: drno)
References
Details
Attachments
(1 file)
Our RTP and RTCP receivers already inspect the first byte of received packets to filter out packets which are not RTP/RTCP.
Per RFC 7983 we should do the same for DTLS. This should save a few cycles when a PC uses data channel and RTP at the same time.
Assignee | ||
Updated•9 years ago
|
backlog: --- → webrtc/webaudio+
Rank: 25
Priority: -- → P2
Comment hidden (mozreview-request) |
Assignee | ||
Comment 2•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Attachment #8796691 -
Flags: review?(ekr) → review?(martin.thomson)
Comment 3•9 years ago
|
||
mozreview-review |
Comment on attachment 8796691 [details]
Bug 1306714: Use RFC 7983 detection for DTLS packets.
https://reviewboard.mozilla.org/r/82456/#review87492
Attachment #8796691 -
Flags: review?(martin.thomson) → review+
Pushed by drno@ohlmeier.org:
https://hg.mozilla.org/integration/autoland/rev/ef16dca83272
Use RFC 7983 detection for DTLS packets. r=mt
Comment 5•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
You need to log in
before you can comment on or make changes to this bug.
Description
•