-
Notifications
You must be signed in to change notification settings - Fork 81
IPRRSwitch
Tom Barbette edited this page Nov 25, 2022
·
1 revision
IPRRSwitch — Click element; splits flows across its ports in a round-robin fashion
IPRRSwitch()
Batching: Batching natively supported
Ports: 1 input, 1 or more outputs
Processing: push
Can have any number of outputs. Chooses the output on which to emit each flow based on a round-robin scheme across the number of output ports. The element use a hashtable to remember each 5-tuple passing by and is therefore *not* thread-safe.
This element expects IP packets and chooses the output by applying round-robin
IPRRSwitch()
Switch, HashSwitch, StrideSwitch, RandomSwitch,
Generated by click-elem2man from ../elements/ip/iprrswitch.hh:10
on 2022/11/25.