lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #52770] mdns: move the announcements to a timer callba


From: Simon Goldschmidt
Subject: [lwip-devel] [bug #52770] mdns: move the announcements to a timer callback
Date: Tue, 2 Jan 2018 06:34:28 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0

Follow-up Comment #15, bug #52770 (project lwip):

I'm afraid I don't understand. What's missing for you now? You can pass
'mdns_resp_announce' to tcpip_callback() (which won't get removed!) or
sys_timeout(). That will fix your stack requirements. Or is stack usage still
too high?

Next, you can check the netif state to see if the netif is up already (so you
have to issue an announcement) or no (the announcement will be sent once it's
up). Or is this just too uncomfortable?

> The netifapi will be deprecated but retained for backwards compatibility.

That's a vague plan, not a fixed roadmap. Unless it's done, don't rely on it!

> I'll probably remove it from the esp-open-rtos fork

I always think it's better to keep things in sync. Remember we are trying to
understand what you want and why and we have to ensure the stack stays usable
for many more platforms than yours.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?52770>

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




reply via email to

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