Routing Modules


Detailed Description

Routing modules perform packet forwarding within the network. They do not process the packet data, they just route it.

Classes

class   senf::ppi::module::AnnotationRouter< AnnotationType >
  Route packets to destination according to some annotation value More...
class   senf::ppi::module::ActiveDuplicator
  Copy every incoming packet to each output. More...
class   senf::ppi::module::PassiveJoin
  Join multiple packet streams with passive inputs. More...
class   senf::ppi::module::PriorityJoin
  Join multiple packet streams with active inputs. More...
class   senf::ppi::module::RateAnalyzer
  Generate periodic packet statistics. More...
class   senf::ppi::module::ThrottleBarrier
  Packet discarding barrier for throttle notifications. More...