Open Bug 1264730 Opened 8 years ago Updated 2 years ago

[FlyWeb] JS implementation of mDNS advertising should respond to SRV, A, and TXT queries.

Categories

(Core :: Networking, defect, P5)

defect

Tracking

()

People

(Reporter: djvj, Unassigned)

References

Details

(Whiteboard: [necko-would-take])

The current fallback JS implementation of an mDNS responder only responds to PTR requests, and sends the SRV, A, and TXT records in the AR section of the response.

A proper implementation should be able to respond independently to specific SRV, A, and TXT requests independently.

Namely, answering the SRV request should include the SRV response in the AN section, and A and TXT records in the AR section.  Answering the A and TXT requests should include the corresponding responses in the AN section with an empty AR section.
Whiteboard: [necko-would-take]
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P5
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.