-
Notifications
You must be signed in to change notification settings - Fork 321
StrideSwitch
Eddie Kohler edited this page Oct 17, 2017
·
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 2017/10/17.