xarxa

Crates

git

Versions

default

Flavors

Skip to main content

IFACE_ADDR_COUNT

Constant IFACE_ADDR_COUNT 

Source
pub const IFACE_ADDR_COUNT: usize = raw::IFACE_ADDR_COUNT; // 4usize
Expand description

Max IP addresses an interface can hold at once.

This counts addresses from all sources: set by the application, learned from DHCP, formed by SLAAC. Adding one past this many fails with Full.

Ignored with alloc. Default: 4.