-
Notifications
You must be signed in to change notification settings - Fork 321
SimplePullSwitch
Eddie Kohler edited this page Oct 17, 2017
·
4 revisions
SimplePullSwitch — Click element; forwards pull requests to settable input, without notification
SimplePullSwitch([INPUT])
Ports: any number of inputs, 1 output
Processing: pull
On every pull, SimplePullSwitch returns the packet pulled from one of its input ports -- specifically, INPUT. The default INPUT is zero; negative INPUTs mean always return a null packet. You can change INPUT with a write handler. PullSwitch has an unlimited number of inputs.
- switch (read/write) — Return or set the K parameter.
- CLICK_LLRPC_GET_SWITCH (llrpc) — Argument is a pointer to an integer, in which the Switch's K parameter is stored.
- CLICK_LLRPC_SET_SWITCH (llrpc) — Argument is a pointer to an integer. Sets the K parameter to that integer.
PullSwitch, StaticPullSwitch, PrioSched, RoundRobinSched, StrideSched, Switch
Generated by click-elem2man from ../elements/simple/simplepullswitch.hh:6
on 2017/10/17.