Skip to content

SimpleRoundRobinSched

Tom Barbette edited this page Oct 3, 2018 · 2 revisions

SimpleRoundRobinSched Element Documentation

NAME

SimpleRoundRobinSched — Click element; pulls from round-robin inputs

SYNOPSIS

SimpleRoundRobinSched

Ports: one output, zero or more inputs
Processing: pull

DESCRIPTION

Each time a pull comes in the output, pulls from its inputs in turn until one produces a packet. When the next pull comes in, it starts from the input after the one that last produced a packet. This amounts to a round robin scheduler.

The inputs usually come from Queues or other pull schedulers. SimpleRoundRobinSched does not use notification.

SEE ALSO

RoundRobinSched, PrioSched, StrideSched, DRRSched, RoundRobinSwitch

Generated by click-elem2man from ../elements/simple/simplerrsched.hh:7 on 2018/10/03.

Clone this wiki locally