/[lwip]/lwip/src/include/lwip/opt.h
ViewVC logotype

Diff of /lwip/src/include/lwip/opt.h

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

revision 1.13 by jani, Mon Apr 7 08:54:18 2003 UTC revision 1.14 by likewise, Tue Apr 22 15:09:56 2003 UTC
# Line 159  a lot of data that needs to be copied, t Line 159  a lot of data that needs to be copied, t
159  #ifndef ARP_QUEUEING  #ifndef ARP_QUEUEING
160  #define ARP_QUEUEING 1  #define ARP_QUEUEING 1
161  #endif  #endif
162    /** If enabled, the first packet queued will not be overwritten by
163     * later packets. If disabled, later packets overwrite early packets
164     * in the queue. Default is disabled, which is recommended.
165     */
166    #ifndef ARP_QUEUE_FIRST
167    #define ARP_QUEUE_FIRST         0
168    #endif
169  /**  /**
170   * If defined to 1, cache entries are updated or added for every kind of ARP traffic   * If defined to 1, cache entries are updated or added for every kind of ARP traffic
171   * or broadcast IP traffic. Recommended for routers.   * or broadcast IP traffic. Recommended for routers.

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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