Module netstack3_ip::nud

source ·
Expand description

Neighbor Unreachability Detection.

Structs§

Enums§

Constants§

  • The maximum number of neighbor entries in the neighbor table for a given device. When the number of entries is above this number and an entry transitions into a discardable state, a garbage collection task will be scheduled to remove any entries that are not in use.
  • The default value for RetransTimer as defined in RFC 4861 section 10.

Traits§

Functions§

  • Confirm upper-layer forward reachability to the specified neighbor through the specified device.

Type Aliases§