Type Alias netstack3_ip::multicast_forwarding::MulticastRouteTable

source ·
pub type MulticastRouteTable<I, D, BT> = BTreeMap<MulticastRouteKey<I>, MulticastRouteEntry<D, BT>>;
Expand description

A table of multicast routes specifying how to forward multicast packets.

Aliased Type§

struct MulticastRouteTable<I, D, BT> { /* private fields */ }