Removed ETHARP_ALWAYS_INSERT. Whitespace cleanup.

This commit is contained in:
likewise 2004-04-28 23:19:38 +00:00
parent e2b0c6c702
commit 7a2751043a

View File

@ -175,14 +175,10 @@ a lot of data that needs to be copied, this should be set high. */
#ifndef ARP_QUEUE_FIRST #ifndef ARP_QUEUE_FIRST
#define ARP_QUEUE_FIRST 0 #define ARP_QUEUE_FIRST 0
#endif #endif
/**
* If defined to 1, cache entries are updated or added for every kind of ARP traffic /* This option is removed to comply with the ARP standard */
* or broadcast IP traffic. Recommended for routers. #ifdef ETHARP_ALWAYS_INSERT
* If defined to 0, only existing cache entries are updated. Entries are added when #error ETHARP_ALWAYS_INSERT option is deprecated. Remove it from your lwipopts.h.
* lwIP is sending to them. Recommended for embedded devices.
*/
#ifndef ETHARP_ALWAYS_INSERT
#define ETHARP_ALWAYS_INSERT 1
#endif #endif
/* ---------- IP options ---------- */ /* ---------- IP options ---------- */