-
Notifications
You must be signed in to change notification settings - Fork 81
StaticPullSwitch
Tom Barbette edited this page Oct 3, 2018
·
2 revisions
StaticPullSwitch — Click element; forwards pull requests to fixed input
StaticPullSwitch(INPUT)
Ports: any number of inputs, 1 output
Processing: pull
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.
StaticPullSwitch differs from PullSwitch in that it has no switch
write
handler, and thus does not allow INPUT to be changed at run time.
PullSwitch, PrioSched, RoundRobinSched, StrideSched, Switch
Generated by click-elem2man from ../elements/standard/staticpullswitch.hh:6
on 2018/10/03.