/[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.8 by likewise, Wed Nov 13 09:10:19 2002 UTC revision 1.9 by likewise, Fri Nov 15 12:41:59 2002 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.9  2002/11/15 12:41:59  likewise
7     * ETHARP_SNOOP_UPDATES made externally configurable.
8     *
9   * Revision 1.8  2002/11/13 09:10:19  likewise   * Revision 1.8  2002/11/13 09:10:19  likewise
10   * ARP entries can now be updated (but not added) on any ARP traffic. Set #define ETHARP_SNOOP_UPDATES 1 to enable.   * ARP entries can now be updated (but not added) on any ARP traffic. Set #define ETHARP_SNOOP_UPDATES 1 to enable.
11   *   *
# Line 93  RFC 3220 4.6          IP Mobility Suppor Line 96  RFC 3220 4.6          IP Mobility Suppor
96  #define ARP_MAXPENDING 2  #define ARP_MAXPENDING 2
97    
98  /** dis/enable existing ARP entries updates on any ARP traffic */  /** dis/enable existing ARP entries updates on any ARP traffic */
99  #define ETHARP_SNOOP_UPDATES 0  #ifndef ETHARP_SNOOP_UPDATES
100    #  define ETHARP_SNOOP_UPDATES 0
101    #endif
102    
103    
104  #define HWTYPE_ETHERNET 1  #define HWTYPE_ETHERNET 1
105    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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