Skip to content
Tom Barbette edited this page Nov 25, 2022 · 1 revision

IPRRSwitch Element Documentation

NAME

IPRRSwitch — Click element; splits flows across its ports in a round-robin fashion

SYNOPSIS

IPRRSwitch()

Batching: Batching natively supported
Ports: 1 input, 1 or more outputs
Processing: push

DESCRIPTION

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.

EXAMPLES

This element expects IP packets and chooses the output by applying round-robin

 IPRRSwitch()

SEE ALSO

Switch, HashSwitch, StrideSwitch, RandomSwitch,

Generated by click-elem2man from ../elements/ip/iprrswitch.hh:10 on 2022/11/25.

Clone this wiki locally