Either first or last packet can be queued through ARP_QUEUE_FIRST option.

This commit is contained in:
likewise 2003-04-22 15:09:56 +00:00
parent 042b2a39d9
commit 12bb78a425

View File

@ -159,6 +159,13 @@ a lot of data that needs to be copied, this should be set high. */
#ifndef ARP_QUEUEING
#define ARP_QUEUEING 1
#endif
/** If enabled, the first packet queued will not be overwritten by
* later packets. If disabled, later packets overwrite early packets
* in the queue. Default is disabled, which is recommended.
*/
#ifndef ARP_QUEUE_FIRST
#define ARP_QUEUE_FIRST 0
#endif
/**
* If defined to 1, cache entries are updated or added for every kind of ARP traffic
* or broadcast IP traffic. Recommended for routers.