-
Notifications
You must be signed in to change notification settings - Fork 82
StrideSwitch
Tom Barbette edited this page Oct 3, 2018
·
2 revisions
StrideSwitch — Click element; sends packets to stride-scheduled outputs
StrideSwitch(TICKETS0, ..., TICKETSN-1)
Ports: 1 input, 1 or more outputs
Processing: push
Has one input and N outputs. Performs simple packet-based stride switching, assigning TICKETSi to output i.
Each time a packet arrives on the input, StrideSwitch sends the packet to the next scheduled output according to the stride scheduling algorithm.
- tickets0...ticketsN-1 (read/write) — Returns or sets the number of tickets for each output port.
RoundRobinSwitch, Switch, HashSwitch, RandomSwitch, StrideSched
Generated by click-elem2man from ../elements/standard/strideswitch.hh:6
on 2018/10/03.