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

PrioSched Element Documentation

NAME

PrioSched — Click element; pulls from priority-scheduled inputs

SYNOPSIS

PrioSched

Ports: any number of inputs, 1 output
Processing: pull

DESCRIPTION

Each time a pull comes in the output, PrioSched pulls from each of the inputs starting from input 0. The packet from the first successful pull is returned. This amounts to a strict priority scheduler.

The inputs usually come from Queues or other pull schedulers. PrioSched uses notification to avoid pulling from empty inputs.

SEE ALSO

Queue, RoundRobinSched, StrideSched, DRRSched, SimplePrioSched

Generated by click-elem2man from ../elements/standard/priosched.hh:8 on 2018/10/03.

Clone this wiki locally