next up previous contents index
Next: 24.2.3 Protocol Internals Up: 24.2.2 Extensions to other Previous: 24.2.2.0.4 Class Multicast Classifier

24.2.2.0.5 Class Replicator

When a replicator receives a packet, it copies the packet to all of its slots. Each slot points to an outgoing interface for a particular source, group.

If no slot is found, the C++ replicator invokes the class instance procedure []drop to trigger protocol specific actions. We will describe the protocol specific actions in the next section, when we describe the internal procedures of each of the multicast routing protocols.

There are instance procedures to control the elements in each slot:




2000-08-24