lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #42998] The netif hardware adddress length need to be


From: Sergio R. Caprile
Subject: [lwip-devel] [bug #42998] The netif hardware adddress length need to be changed.
Date: Sat, 16 Aug 2014 17:54:42 +0000
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Firefox/31.0

Follow-up Comment #1, bug #42998 (project lwip):

lwIP is a TCP/IP stack, it does not care about how you put your IP datagrams
on your medium. As long as YOU write the proper driver for YOUR desired
physical+data-link layers, it will work over anything.
However, since some internal structures need a clue on how many bytes to hold
for your physical address, 

that specific macro is FOR YOU TO CONFIGURE.

That is why it can be set on lwipopts.h, which happens to be YOUR
configuration file for lwIP (and you are welcome and EXPECTED to change it at
your entire will), or opt.h, the general configuration file. Both are read by
all other files in the project, including nd6.h



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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