-
Notifications
You must be signed in to change notification settings - Fork 81
PaintSwitch
PaintSwitch — Click element; sends packet stream to output chosen per-packet
PaintSwitch
Batching: Batching natively supported
Ports: 1 input, any number of outputs
Processing: push
PaintSwitch sends every incoming packet to one of its output ports -- specifically, output port number K, where K is the value of the incoming packet's paint annotation. If the paint annotation is set to 255, the packet is duplicated and sent to all outputs. Since there are only 256 different paint annotations, including the special value of 255, PaintSwitch can have up to 255 outputs. If there is no output port K, the packet is dropped.
PaintSwitch uses the PAINT annotation by default, but the ANNO argument can specify any one-byte annotation.
StaticSwitch, PullSwitch, RoundRobinSwitch, StrideSwitch, HashSwitch, RandomSwitch, Paint, PaintTee
Generated by click-elem2man from ../elements/standard/paintswitch.hh:6
on 2018/10/03.