mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-24 15:14:06 +00:00
Update comment on ETHARP_QUEUEING. Defaulted to being disabled.
This commit is contained in:
parent
089378ef87
commit
15257f4524
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user