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

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

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

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

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

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