mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 12:13:47 +00:00
Removed ETHARP_ALWAYS_INSERT. Whitespace cleanup.
This commit is contained in:
parent
e2b0c6c702
commit
7a2751043a
@ -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 ---------- */
|
||||||
|
Loading…
Reference in New Issue
Block a user