Skip to content
Eddie Kohler edited this page Oct 17, 2017 · 1 revision

StaticPullSwitch Element Documentation

NAME

StaticPullSwitch — Click element; forwards pull requests to fixed input

SYNOPSIS

StaticPullSwitch(INPUT)

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

DESCRIPTION

On every pull, StaticPullSwitch returns the packet pulled from one of its input ports -- specifically, INPUT. Negative INPUTs mean always return a null packet. StaticPullSwitch has an unlimited number of inputs.

NOTES

StaticPullSwitch differs from PullSwitch in that it has no switch write handler, and thus does not allow INPUT to be changed at run time.

SEE ALSO

PullSwitch, PrioSched, RoundRobinSched, StrideSched, Switch

Generated by click-elem2man from ../elements/standard/staticpullswitch.hh:6 on 2017/10/17.

Clone this wiki locally