Update comment on ETHARP_QUEUEING. Defaulted to being disabled.

This commit is contained in:
likewise 2004-12-24 21:58:53 +00:00
parent 089378ef87
commit 15257f4524

View File

@ -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 */