Closed
Bug 1027456
Opened 10 years ago
Closed 10 years ago
Reserve discovery address / port if needed
Categories
(DevTools Graveyard :: WebIDE, defect)
DevTools Graveyard
WebIDE
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 33
People
(Reporter: jryans, Assigned: jryans)
References
Details
Attachments
(1 file)
1.21 KB,
patch
|
paul
:
review+
|
Details | Diff | Splinter Review |
We may need to reserve a multicast address and/or port with IANA for our service discovery mechanism.
Comment 1•10 years ago
|
||
Ryan, can you explain what IANA is, why we need that, how we request an address and/or port?
Assignee | ||
Comment 2•10 years ago
|
||
(In reply to Paul Rouget [:paul] (slow to respond. Ping me on IRC) from comment #1)
> Ryan, can you explain what IANA is, why we need that, how we request an
> address and/or port?
Sure, IANA is the Internet Assigned Numbers Authority[1]. They maintain a registry of multicast addresses[2], and we may need to register ours to ensure that someone else does not collide with us in a real world setting, since things would fall apart pretty fast if they did.
There are various type of address blocks, so I am still reading up to verify we would want to register. There is a mostly straightforward form[3] to apply for an address.
[1]: http://www.iana.org/
[2]: http://www.iana.org/assignments/multicast-addresses/multicast-addresses.xhtml
[3]: http://www.iana.org/form/multicast-ipv4
Assignee | ||
Comment 3•10 years ago
|
||
My reading of the IANA allocation rules suggests it's best to request an address, so I've completed the allocation request form. Waiting to hear back from them.
With our own address, the port would not matter, so no allocation is needed there.
Assignee | ||
Comment 4•10 years ago
|
||
IANA has assigned the address 224.0.0.115 for this protocol.
Comment 5•10 years ago
|
||
\o/
Thank you. Should we close this bug?
Assignee | ||
Comment 6•10 years ago
|
||
Just have to tweak the address.
Try: https://tbpl.mozilla.org/?tree=Try&rev=dd47db013beb
Attachment #8449680 -
Flags: review?(paul)
Updated•10 years ago
|
Attachment #8449680 -
Flags: review?(paul) → review+
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Comment 7•10 years ago
|
||
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
Comment 8•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 33
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•5 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•