lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #27049] DHCP IP address assignment with multiple lwIP


From: Bill Auerbach
Subject: [lwip-devel] [bug #27049] DHCP IP address assignment with multiple lwIP devices fails
Date: Fri, 17 Jul 2009 19:18:29 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11

Follow-up Comment #6, bug #27049 (project lwip):

All 4 of my units now come up consistently in under 3.5 seconds with the
following change in dhcp_discover:

  msecs = dhcp->tries < 4 ? (dhcp->tries + 3) * 1000 : 10 * 1000;

This also stops the thrashing that I was seeing.

    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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