/[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.28 by christiaans, Mon Dec 6 11:50:53 2004 UTC revision 1.29 by likewise, Fri Dec 24 21:58:53 2004 UTC
# Line 163  a lot of data that needs to be copied, t Line 163  a lot of data that needs to be copied, t
163    
164  /**  /**
165   * If enabled, outgoing packets are queued during hardware address   * If enabled, outgoing packets are queued during hardware address
166   * resolution. The etharp.c implementation queues 1 packet only.   * resolution.
167     *
168     * This feature has not stabilized yet. Defaults to 0 (disabled).
169     *
170   */   */
171  #ifndef ARP_QUEUEING  #ifndef ARP_QUEUEING
172  #define ARP_QUEUEING                    1  #define ARP_QUEUEING                    0
173  #endif  #endif
174    
175  /* This option is deprecated */  /* This option is deprecated */

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

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