Closed
Bug 831764
Opened 10 years ago
Closed 10 years ago
Reverse DTLS client/server selection to more closely match DTLS-SRTP
Categories
(Core :: WebRTC: Networking, defect)
Core
WebRTC: Networking
Tracking
()
RESOLVED
FIXED
mozilla21
People
(Reporter: ekr, Assigned: ekr)
Details
(Whiteboard: [qa-])
Attachments
(1 file)
2.45 KB,
patch
|
jesup
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•10 years ago
|
||
Assignee | ||
Comment 2•10 years ago
|
||
Note: this change will break compatibility between versions of Firefox.
Assignee | ||
Updated•10 years ago
|
Attachment #703322 -
Flags: review?(rjesup)
Comment 3•10 years ago
|
||
Comment on attachment 703322 [details] [diff] [review] Reverse DTLS client/server selection to more closely match DTLS-SRTP Review of attachment 703322 [details] [diff] [review]: ----------------------------------------------------------------- ::: media/webrtc/signaling/src/media/VcmSIPCCBinding.cpp @@ +2626,5 @@ > > ScopedDeletePtr<TransportLayerDtls> dtls(new TransportLayerDtls()); > + > + // RFC 5763 says: > + // since I need to find a nit: trailing space.
Attachment #703322 -
Flags: review?(rjesup) → review+
Assignee | ||
Comment 4•10 years ago
|
||
http://hg.mozilla.org/integration/mozilla-inbound/rev/ac650f9fd8f3
Comment 5•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/ac650f9fd8f3
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla21
Updated•10 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•