From a038205c64869bf45b0214e826959e4e0f888460 Mon Sep 17 00:00:00 2001 From: likewise Date: Wed, 28 Apr 2004 23:24:43 +0000 Subject: [PATCH] Removed ETHARP_ALWAYS_INSERT. --- ports/coldfire/proj/lwipopts.h | 9 --------- ports/msvc6/lwipopts.h | 10 ---------- ports/unix/proj/lib/lwipopts.h | 9 --------- ports/unix/proj/minimal/lwipopts.h | 9 --------- ports/unix/proj/unixsim/lwipopts.h | 10 ---------- 5 files changed, 47 deletions(-) diff --git a/ports/coldfire/proj/lwipopts.h b/ports/coldfire/proj/lwipopts.h index a4fc404..3e6b89e 100644 --- a/ports/coldfire/proj/lwipopts.h +++ b/ports/coldfire/proj/lwipopts.h @@ -138,15 +138,6 @@ a lot of data that needs to be copied, this should be set high. */ /* ---------- ARP options ---------- */ #define ARP_TABLE_SIZE 10 #define ARP_QUEUEING 1 -/** - * - If enabled, cache entries are generated for every kind of ARP traffic or - * broadcast IP traffic. This enhances behaviour for sending to a dynamic set - * of hosts, for example if acting as a gateway. - * - If disabled, cache entries are generated only for IP destination addresses - * in use by lwIP or applications. This enhances performance if sending to a small, - * reasonably static number of hosts. Typically for embedded devices. - */ -#define ETHARP_ALWAYS_INSERT 0 /* ---------- IP options ---------- */ /* Define IP_FORWARD to 1 if you wish to have the ability to forward diff --git a/ports/msvc6/lwipopts.h b/ports/msvc6/lwipopts.h index 7a0c65f..afa80d5 100644 --- a/ports/msvc6/lwipopts.h +++ b/ports/msvc6/lwipopts.h @@ -170,16 +170,6 @@ a lot of data that needs to be copied, this should be set high. */ /* ---------- ARP options ---------- */ #define ARP_TABLE_SIZE 10 #define ARP_QUEUEING 1 -/** - * - If enabled, cache entries are generated for every kind of ARP traffic or - * broadcast IP traffic. This enhances behaviour for sending to a dynamic set - * of hosts, for example if acting as a gateway. - * - If disabled, cache entries are generated only for IP destination addresses - * in use by lwIP or applications. This enhances performance if sending to a small, - * reasonably static number of hosts. Typically for embedded devices. - */ -#define ETHARP_ALWAYS_INSERT 1 - /* ---------- IP options ---------- */ /* Define IP_FORWARD to 1 if you wish to have the ability to forward diff --git a/ports/unix/proj/lib/lwipopts.h b/ports/unix/proj/lib/lwipopts.h index 3289995..d0e06ae 100644 --- a/ports/unix/proj/lib/lwipopts.h +++ b/ports/unix/proj/lib/lwipopts.h @@ -124,15 +124,6 @@ a lot of data that needs to be copied, this should be set high. */ /* ---------- ARP options ---------- */ #define ARP_TABLE_SIZE 10 #define ARP_QUEUEING 1 -/** - * - If enabled, cache entries are generated for every kind of ARP traffic or - * broadcast IP traffic. This enhances behaviour for sending to a dynamic set - * of hosts, for example if acting as a gateway. - * - If disabled, cache entries are generated only for IP destination addresses - * in use by lwIP or applications. This enhances performance if sending to a small, - * reasonably static number of hosts. Typically for embedded devices. - */ -#define ETHARP_ALWAYS_INSERT 1 /* ---------- IP options ---------- */ /* Define IP_FORWARD to 1 if you wish to have the ability to forward diff --git a/ports/unix/proj/minimal/lwipopts.h b/ports/unix/proj/minimal/lwipopts.h index 03d5cd8..52b5d6e 100644 --- a/ports/unix/proj/minimal/lwipopts.h +++ b/ports/unix/proj/minimal/lwipopts.h @@ -121,15 +121,6 @@ a lot of data that needs to be copied, this should be set high. */ /* ---------- ARP options ---------- */ #define ARP_TABLE_SIZE 10 #define ARP_QUEUEING 0 -/** - * - If enabled, cache entries are generated for every kind of ARP traffic or - * broadcast IP traffic. This enhances behaviour for sending to a dynamic set - * of hosts, for example if acting as a gateway. - * - If disabled, cache entries are generated only for IP destination addresses - * in use by lwIP or applications. This enhances performance if sending to a small, - * reasonably static number of hosts. Typically for embedded devices. - */ -#define ETHARP_ALWAYS_INSERT 0 /* ---------- IP options ---------- */ /* Define IP_FORWARD to 1 if you wish to have the ability to forward diff --git a/ports/unix/proj/unixsim/lwipopts.h b/ports/unix/proj/unixsim/lwipopts.h index 84c1e55..9661852 100644 --- a/ports/unix/proj/unixsim/lwipopts.h +++ b/ports/unix/proj/unixsim/lwipopts.h @@ -173,16 +173,6 @@ a lot of data that needs to be copied, this should be set high. */ /* ---------- ARP options ---------- */ #define ARP_TABLE_SIZE 10 #define ARP_QUEUEING 1 -/** - * - If enabled, cache entries are generated for every kind of ARP traffic or - * broadcast IP traffic. This enhances behaviour for sending to a dynamic set - * of hosts, for example if acting as a gateway. - * - If disabled, cache entries are generated only for IP destination addresses - * in use by lwIP or applications. This enhances performance if sending to a small, - * reasonably static number of hosts. Typically for embedded devices. - */ -#define ETHARP_ALWAYS_INSERT 1 - /* ---------- IP options ---------- */ /* Define IP_FORWARD to 1 if you wish to have the ability to forward