xarxa

Crates

git

Versions

default

Flavors

Skip to main content

ROUTE_COUNT

Constant ROUTE_COUNT 

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

Max routes the routing table can hold at once.

This counts routes from all sources: added by the application, learned from DHCP or from router advertisements. Adding one past this many fails with Full.

Ignored with alloc. Default: 4.