TCPIP_ARP_MODULE_CONFIG Structure

C

typedef struct {
size_t cacheEntries;
bool deleteOld;
int entrySolvedTmo;
int entryPendingTmo;
int entryRetryTmo;
int permQuota;
int purgeThres;
int purgeQuanta;
int retries;
int gratProbeCount;
} TCPIP_ARP_MODULE_CONFIG;

Description

This is type TCPIP_ARP_MODULE_CONFIG.

Members

MembersDescription
cacheEntriesCache entries for this interface.
deleteOldDelete old cache if still in place, else don't reinitialize it.
entrySolvedTmoSolved entry removed after this tmo if not referenced, in seconds.
entryPendingTmoTimeout for a pending to be solved entry in the cache, in seconds.
entryRetryTmoTimeout for resending an ARP request for a pending entry - seconds 1 sec < tmo < entryPendingTmo.
permQuotaMax percentage of permanent entries allowed in the cache.
purgeThresPurge threshold.
purgeQuantaNo of entries to delete once the threshold is reached.
retriesNo of retries for resolving an entry.
gratProbeCountNo of retries done for a gratuitous ARP request.