From 15257f452437630e4cc5754c696993b1a2f2cb2c Mon Sep 17 00:00:00 2001 From: likewise Date: Fri, 24 Dec 2004 21:58:53 +0000 Subject: [PATCH] Update comment on ETHARP_QUEUEING. Defaulted to being disabled. --- src/include/lwip/opt.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/include/lwip/opt.h b/src/include/lwip/opt.h index 3525e2fe..8c134832 100644 --- a/src/include/lwip/opt.h +++ b/src/include/lwip/opt.h @@ -163,10 +163,13 @@ a lot of data that needs to be copied, this should be set high. */ /** * If enabled, outgoing packets are queued during hardware address - * resolution. The etharp.c implementation queues 1 packet only. + * resolution. + * + * This feature has not stabilized yet. Defaults to 0 (disabled). + * */ #ifndef ARP_QUEUEING -#define ARP_QUEUEING 1 +#define ARP_QUEUEING 0 #endif /* This option is deprecated */