netstack3_core::neighbor

Constant MAX_ENTRIES

Source
pub const MAX_ENTRIES: usize = 512; // 512usize
Expand description

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.