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: Wed, 3 Jan 2018 07:10:42 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0

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

Perhaps the delay should only be applied for multicast, so the test in
mdns_send_outpacket() would become:

    /* Delayed answer? See 6.3 in RFC 6762. */
    if (outpkt->unicast_reply == 0 && outpkt->answers > 1) {
      struct mdns_async_outpacket *async_outpkt;
      ...



    _______________________________________________________

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]