Closed
Bug 1231973
Opened 10 years ago
Closed 10 years ago
Hook the mtransport NAT simulator up to the pref system, to allow it to be used in browser testing
Categories
(Core :: WebRTC: Networking, defect, P1)
Core
WebRTC: Networking
Tracking
()
RESOLVED
FIXED
mozilla47
People
(Reporter: bwc, Assigned: bwc)
References
Details
Attachments
(1 file)
We should have a pref that, when set, causes each NrIceCtx to get a simulated NAT based on TestNrSocket. To facilitate testing where multiple PeerConnections get different kinds of NATs, this pref should take effect when a PeerConnection is created.
(A possible alternative is to make this a proprietary parameter on PeerConnection, but this has more security implications)
| Assignee | ||
Updated•10 years ago
|
Priority: -- → P1
Updated•10 years ago
|
Rank: 15
| Assignee | ||
Comment 1•10 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/29451/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/29451/
Comment 2•10 years ago
|
||
https://reviewboard.mozilla.org/r/29451/#review26989
::: media/mtransport/nricectx.cpp:542
(Diff revision 1)
> + MOZ_MTLOG(ML_DEBUG, "NAT filtering type: " << filtering_type);
> + MOZ_MTLOG(ML_DEBUG, "NAT mapping type: " << mapping_type);
As these settings are potentially pretty harmful can we make them somehow show up on about:webrtc?
| Assignee | ||
Comment 3•10 years ago
|
||
https://reviewboard.mozilla.org/r/29451/#review26989
> As these settings are potentially pretty harmful can we make them somehow show up on about:webrtc?
That's not a bad idea, I suppose.
| Assignee | ||
Comment 4•10 years ago
|
||
| Assignee | ||
Comment 5•10 years ago
|
||
| Assignee | ||
Comment 6•10 years ago
|
||
| Assignee | ||
Comment 7•10 years ago
|
||
| Assignee | ||
Updated•10 years ago
|
Attachment #8703719 -
Attachment description: MozReview Request: Bug 1231973: (WIP) Allow NAT simulator to be enabled with the pref system. → MozReview Request: Bug 1231973: Allow NAT simulator to be enabled with the pref system. r?drno
Attachment #8703719 -
Flags: review?(drno)
| Assignee | ||
Comment 8•10 years ago
|
||
Comment on attachment 8703719 [details]
MozReview Request: Bug 1231973: Allow NAT simulator to be enabled with the pref system. r?drno
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/29451/diff/1-2/
Comment 9•10 years ago
|
||
Comment on attachment 8703719 [details]
MozReview Request: Bug 1231973: Allow NAT simulator to be enabled with the pref system. r?drno
https://reviewboard.mozilla.org/r/29451/#review29901
LGTM
Attachment #8703719 -
Flags: review?(drno) → review+
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → docfaraday
| Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Comment 10•10 years ago
|
||
Keywords: checkin-needed
Comment 11•10 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox47:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla47
You need to log in
before you can comment on or make changes to this bug.
Description
•