I'm using LwIP 2.1.2 with DHCP, which works great.
I need to add MDNS for networks where the name provided to DHCP doesn't get resolved by clients. I think I need to call mdns_resp_add_netif(struct netif *netif, char *hostname, u32_t dns_ttl) after DHCP provides an address - where is the correct place to make that call?
Thanks!
Best Regards, Dave

--
Dave Nadler, USA East Coast voice (978) 263-0097, d...@nadler.com, Skype
 Dave.Nadler1

_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to