gecko-dev/toolkit/library/rust
Dan Minor 04580ed952 Bug 1554976 - Add rust mdns library to mtransport; r=ng,dragana
This adds a mdns_service to mtransport to handle responding to mDNS queries.
All hostnames will be generated from UUIDs, so the responder assumes that it
is the only responder for a hostname which is registered with it. Because of
this, the responder does not first make a DNS query itself to see if any other
responder is handling a hostname, and does not wait a random amount of time
before replying, both of which are required by the specification to avoid
collisions with other responders.

Differential Revision: https://phabricator.services.mozilla.com/D38489

--HG--
extra : moz-landing-system : lando
2019-08-28 19:48:50 +00:00
..
shared Bug 1554976 - Add rust mdns library to mtransport; r=ng,dragana 2019-08-28 19:48:50 +00:00
Cargo.toml Bug 1567333 - Remove the ability to build Gecko without the bindgen feature. r=heycam 2019-07-18 23:39:14 +00:00
gkrust-features.mozbuild Bug 1567333 - Remove the ability to build Gecko without the bindgen feature. r=heycam 2019-07-18 23:39:14 +00:00
lib.rs
moz.build