Closed
Bug 1304920
Opened 9 years ago
Closed 8 years ago
Non ICE binding requests include fingerprint
Categories
(Core :: WebRTC: Networking, defect, P3)
Tracking
()
RESOLVED
FIXED
mozilla52
Tracking | Status | |
---|---|---|
firefox52 | --- | fixed |
backlog | webrtc/webaudio+ |
People
(Reporter: drno, Assigned: drno)
Details
Attachments
(1 file)
The binding request from Firefox STUN server to query for server reflexive candidates contains the fingerprint attribute.
RFC 5389 says the fingerprint is added to allow implementations which multiplex multiple protocols on the same port to differentiate the protocols. That is clearly not the case when querying your public IP and port. RFC 5389 says:
"Since the stand-alone server only runs STUN, FINGERPRINT provides no benefit."
Comment hidden (mozreview-request) |
Assignee | ||
Updated•9 years ago
|
backlog: --- → webrtc/webaudio+
Rank: 35
Comment 2•9 years ago
|
||
mozreview-review |
Comment on attachment 8794018 [details]
Bug 1304920: remove fingerprint attribute from plain binding requests.
https://reviewboard.mozilla.org/r/80580/#review79380
::: media/mtransport/third_party/nICEr/src/stun/stun_build.h:43
(Diff revision 1)
>
> #define NR_STUN_MODE_STUN 1
> #ifdef USE_STUND_0_96
> #define NR_STUN_MODE_STUND_0_96 2 /* backwards compatibility mode */
> #endif /* USE_STUND_0_96 */
> +#define NR_STUN_MODE_STUN_NO_ATTR 3
NO_AUTH?
Comment 3•9 years ago
|
||
mozreview-review |
Comment on attachment 8794018 [details]
Bug 1304920: remove fingerprint attribute from plain binding requests.
https://reviewboard.mozilla.org/r/80580/#review79382
gtest looks sad, I'm guessing our server code insists on there being a fingerprint?
Attachment #8794018 -
Flags: review?(docfaraday)
Comment hidden (mozreview-request) |
Assignee | ||
Comment 5•8 years ago
|
||
(In reply to Byron Campen [:bwc] from comment #3)
> gtest looks sad, I'm guessing our server code insists on there being a
> fingerprint?
I think that is an actual bug in our STUN TCP implementation. Let me know if I should submit that in a separate bug report for better tracking.
Comment hidden (mozreview-request) |
Comment 7•8 years ago
|
||
mozreview-review |
Comment on attachment 8794018 [details]
Bug 1304920: remove fingerprint attribute from plain binding requests.
https://reviewboard.mozilla.org/r/80580/#review79688
Attachment #8794018 -
Flags: review?(docfaraday) → review+
Comment hidden (mozreview-request) |
Pushed by drno@ohlmeier.org:
https://hg.mozilla.org/integration/autoland/rev/5abb97190394
remove fingerprint attribute from plain binding requests. r=bwc
Comment 10•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
You need to log in
before you can comment on or make changes to this bug.
Description
•