lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [patch #9339] mdns: support for deleting responder services


From: David GIRAULT
Subject: [lwip-devel] [patch #9339] mdns: support for deleting responder services and searching services on network
Date: Wed, 31 May 2017 07:42:20 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36

Follow-up Comment #13, patch #9339 (project lwip):

Hi Simon,

I had changed the stop function to take a u8 request_id parameter. Callback
isn't called anymore during start and request_id is returned in additional
pointer parameter.

See new attachement.

mdns.c search service don't support other type of request nor caching. So
unicast request and caching through dns.c is still usefull. But with more work
on mdns search, it would make sense to have dns.c relying on mdns.c for .local
lookup.

globally, a common DNS caching api, which will hold all kind of DNS/mDNS
answer type (A,AAAA,PTR,etc.) will allow the two services to interact smoothly
on a common database and permit to store known services. But, this don't avoid
sending new request if previous request don't return expected results.




(file #40822)
    _______________________________________________________

Additional Item Attachment:

File name: 0001-mdns-added-support-for-searching-services.patch Size:16 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?9339>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]