lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #9555] Add MDNS probing


From: Jens Nielsen
Subject: [lwip-devel] [patch #9555] Add MDNS probing
Date: Sun, 18 Feb 2018 08:48:59 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36

Follow-up Comment #9, patch #9555 (project lwip):

Oops I realize I forgot to upload the two rename functions I promised in
comment 6, adding patch 6 with the following addition to the api:


err_t mdns_resp_rename_netif(struct netif *netif, const char *hostname);
err_t mdns_resp_rename_service(struct netif *netif, s8_t slot, const char
*name);


This allows an application to resolve a name conflict (and change a name at
runtime, in case the application provides an interface to the user to set a
new arbitrary name)

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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