|
From: | Erik Ekman |
Subject: | [lwip-devel] [patch #8755] Multicast DNS responder support |
Date: | Thu, 01 Oct 2015 14:33:21 +0000 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:40.0) Gecko/20100101 Firefox/40.0 |
Follow-up Comment #8, patch #8755 (project lwip): >To make hostname.local. resolvable with the DNS client we need to catch names which >end in .local. and query them on the v4/v6 multicast groups and then pass the answer >back to the client in some way. This is related to building an mDNS client that can >find services/hosts to connect to. Thinking about this again there is a simpler way to look up data for the .local domain as task #10238 mentions. Just build the query as usual and send it to 224.0.0.251:5353, and all replies will come back as normal unicast packets formatted as normal replies. _______________________________________________________ Reply to this item at: <http://savannah.nongnu.org/patch/?8755> _______________________________________________ Message sent via/by Savannah http://savannah.nongnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |