lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #5952] Integration of AutoIP module


From: Frédéric Bernon
Subject: [lwip-devel] [patch #5952] Integration of AutoIP module
Date: Tue, 19 Jun 2007 12:50:40 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4

Follow-up Comment #27, patch #5952 (project lwip):

Yes, I use time(NULL) for generic system, not really for this case. Note that
using time(NULL) or the magic number should be an usual case (because, most of
time, the MAC address will be used).

Perhaps use sequential values (169.254.1.0 + MAKEWORD(hwaddr[4], hwaddr[5]) +
tried_llipaddr) (with check of overflow of the range) will be efficient ?
(perhaps it's what you propose with "xor for all mac addresses"?)

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/





reply via email to

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