/[lwip]/lwip/src/netif/etharp.c
ViewVC logotype

Diff of /lwip/src/netif/etharp.c

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

revision 1.20 by likewise, Wed Jan 8 10:49:16 2003 UTC revision 1.21 by likewise, Wed Jan 8 11:04:36 2003 UTC
# Line 3  Line 3 
3   * Address Resolution Protocol module for IP over Ethernet   * Address Resolution Protocol module for IP over Ethernet
4   *   *
5   * $Log$   * $Log$
6   * Revision 1.20  2003/01/08 10:49:16  likewise   * Revision 1.21  2003/01/08 11:04:36  likewise
7   * Added check if ARP_QUEUEING is 1 for a queueing related debug statement.   * Moved ETHARP_ALWAYS_INSERT switch to lwipopts.h
8   *   *
9   * Revision 1.19  2003/01/08 10:09:43  likewise   * Revision 1.19  2003/01/08 10:09:43  likewise
10   * Updated lwIP module copyright years to include 2003. Committers must check theirs.   * Updated lwIP module copyright years to include 2003. Committers must check theirs.
# Line 103  RFC 3220 4.6          IP Mobility Suppor Line 103  RFC 3220 4.6          IP Mobility Suppor
103  /** the time an ARP entry stays pending after first request, (2 * 10) seconds = 20 seconds. */  /** the time an ARP entry stays pending after first request, (2 * 10) seconds = 20 seconds. */
104  #define ARP_MAXPENDING 2  #define ARP_MAXPENDING 2
105    
 /**  
  *  
  * - If enabled, cache entries are generated for every kind of ARP/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.  
  */  
106  #ifndef ETHARP_ALWAYS_INSERT  #ifndef ETHARP_ALWAYS_INSERT
107  #  define ETHARP_ALWAYS_INSERT 1  #  define ETHARP_ALWAYS_INSERT 1
108  #endif  #endif

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

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