pub const ROUTE_COUNT: usize = raw::ROUTE_COUNT; // 4usizeExpand 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.