--> |
anycast_delay |
| The maximum number of jiffies to delay before replying to a IPv6 neighbour solicitation message. Anycast support is not yet implemented. Defaults to 1 second. |
app_solicit |
| The maximum number of probes to send to the user space ARP daemon via netlink before dropping back to multicast probes (see mcast_solicit). Defaults to 0. |
base_reachable_time |
| Once a neighbour has been found, the entry is considered to be valid for at least a random value between base_reachable_time"/2 and 3*"base_reachable_time/2. An entrys validity will be extended if it receives positive feedback from higher level protocols. Defaults to 30 seconds. |
delay_first_probe_time |
| Delay before first probe after it has been decided that a neighbour is stale. Defaults to 5 seconds. |
gc_interval |
| How frequently the garbage collector for neighbour entries should attempt to run. Defaults to 30 seconds. |
gc_stale_time |
| Determines how often to check for stale neighbour entries. When a neighbour entry is considered stale it is resolved again before sending data to it. Defaults to 60 seconds. |
gc_thresh1 |
| The minimum number of entries to keep in the ARP cache. The garbage collector will not run if there are fewer than this number of entries in the cache. Defaults to 128. |
gc_thresh2 |
| The soft maximum number of entries to keep in the ARP cache. The garbage collector will allow the number of entries to exceed this for 5 seconds before collection will be performed. Defaults to 512. |
gc_thresh3 |
| The hard maximum number of entries to keep in the ARP cache. The garbage collector will always run if there are more than this number of entries in the cache. Defaults to 1024. |
locktime |
| The minimum number of jiffies to keep an ARP entry in the cache. This prevents ARP cache thrashing if there is more than one potential mapping (generally due to network misconfiguration). Defaults to 1 second. |
mcast_solicit |
| The maximum number of attempts to resolve an address by multicast/broadcast before marking the entry as unreachable. Defaults to 3. |
proxy_delay |
| When an ARP request for a known proxy-ARP address is received, delay up to proxy_delay jiffies before replying. This is used to prevent network flooding in some cases. Defaults to 0.8 seconds. |
proxy_qlen |
| The maximum number of packets which may be queued to proxy-ARP addresses. Defaults to 64. |
retrans_time |
| The number of jiffies to delay before retransmitting a request. Defaults to 1 second. |
ucast_solicit |
| The maximum number of attempts to send unicast probes before asking the ARP daemon (see app_solicit). Defaults to 3. |
unres_qlen |
| The maximum number of packets which may be queued for each unresolved address by other network layers. Defaults to 3. |
|