Open
Bug 1178427
Opened 9 years ago
Updated 4 years ago
nsIUDPSocket doesn't work for IPv6 in JS
Categories
(Core :: Networking, defect, P5)
Core
Networking
Tracking
()
UNCONFIRMED
People
(Reporter: bemasc, Unassigned)
Details
(Whiteboard: [necko-backlog])
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2431.0 Safari/537.36
Steps to reproduce:
I read nsIUDPSocket.idl
https://dxr.mozilla.org/comm-central/source/mozilla/netwerk/base/nsIUDPSocket.idl#124
Actual results:
The init() method doesn't take an address, or even an address family, so javascript has no way to choose the address family.
Expected results:
initWithAddress should be exposed to javascript, so that it can choose the address family (and the address!) to bind.
Updated•9 years ago
|
Component: Untriaged → Networking
Product: Firefox → Core
Updated•9 years ago
|
Whiteboard: [necko-backlog]
Comment 1•7 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P1
Comment 2•7 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: P1 → P3
Comment 3•4 years ago
|
||
Bulk-downgrade of unassigned, untouched DOM/Storage bug's priority.
If you have reason to believe, this is wrong, please write a comment and ni :jstutte.
Severity: normal → S4
Priority: P3 → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•