/[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.29 by likewise, Fri Dec 24 21:58:53 2004 UTC revision 1.30 by likewise, Mon Dec 27 14:45:12 2004 UTC
# Line 165  a lot of data that needs to be copied, t Line 165  a lot of data that needs to be copied, t
165   * If enabled, outgoing packets are queued during hardware address   * If enabled, outgoing packets are queued during hardware address
166   * resolution.   * resolution.
167   *   *
168   * This feature has not stabilized yet. Defaults to 0 (disabled).   * This feature has not stabilized yet. Single-packet queueing is
169     * believed to be stable, multi-packet queueing is believed to
170     * clash with the TCP segment queueing.
171     *
172     * As multi-packet-queueing is currently disabled, enabling this
173     * _should_ work, but we need your testing feedback on lwip-users.
174   *   *
175   */   */
176  #ifndef ARP_QUEUEING  #ifndef ARP_QUEUEING
177  #define ARP_QUEUEING                    0  #define ARP_QUEUEING                    1
178  #endif  #endif
179    
180  /* This option is deprecated */  /* This option is deprecated */

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

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