/[lwip]/lwip/proj/unixlib/lwipopts.h
ViewVC logotype

Diff of /lwip/proj/unixlib/lwipopts.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by likewise, Wed Jan 8 10:09:40 2003 UTC revision 1.4 by likewise, Wed Jan 8 11:04:05 2003 UTC
# Line 124  a lot of data that needs to be copied, t Line 124  a lot of data that needs to be copied, t
124  /* ---------- ARP options ---------- */  /* ---------- ARP options ---------- */
125  #define ARP_TABLE_SIZE 10  #define ARP_TABLE_SIZE 10
126  #define ARP_QUEUEING 1  #define ARP_QUEUEING 1
127    /**
128     * - If enabled, cache entries are generated for every kind of ARP traffic or
129     * broadcast IP traffic. This enhances behaviour for sending to a dynamic set
130     * of hosts, for example if acting as a gateway.
131     * - If disabled, cache entries are generated only for IP destination addresses
132     * in use by lwIP or applications. This enhances performance if sending to a small,
133     * reasonably static number of hosts. Typically for embedded devices.
134     */
135    #define ETHARP_ALWAYS_INSERT 1
136    
137  /* ---------- IP options ---------- */  /* ---------- IP options ---------- */
138  /* Define IP_FORWARD to 1 if you wish to have the ability to forward  /* Define IP_FORWARD to 1 if you wish to have the ability to forward

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26