MulticastRouteTable

Type Alias 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ยง

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