lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #9523] MDNS responder should reply after a random ti


From: Douglas
Subject: [lwip-devel] [patch #9523] MDNS responder should reply after a random timeout
Date: Mon, 8 Jan 2018 05:15:31 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0

Follow-up Comment #11, patch #9523 (project lwip):

I think the approach is good, that is building the output pbuf and holding it
for a short delay. I tried other options such as building the pbuf only when
sending and it did not fit well, it had the problem that the response was not
built atomically (the services might change), and for legacy queries the
questions need to be added. If no one else is doing a major rewrite then
landing this seems a move forward.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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