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

FlowMinLoadSwitch Element Documentation

NAME

FlowMinLoadSwitch — Click element; splits flows across its ports selecting the less-loaded one

SYNOPSIS

FlowMinLoadSwitch()

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 on the number of packets already sent per-port.. The element use a hashtable to remember each 5-tuple passing by and is therefore *not* thread-safe.

SEE ALSO

Switch, HashSwitch, StrideSwitch, RandomSwitch, IPRRSwitch

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

Clone this wiki locally