**This is automatically generated documentation.** Edit after the "[[#COMMENTS|COMMENTS]]" heading; changes to the main body will be lost. ====== StrideSwitch Element Documentation ====== ===== NAME ===== **StrideSwitch** -- Click element; sends packets to stride-scheduled outputs ===== SYNOPSIS ===== StrideSwitch(TICKETS0, ..., TICKETS//N-1//) **Ports**: 1 input, 1 or more outputs\\ **Processing**: push\\ **Package**: standard (core)\\ ===== DESCRIPTION ===== Has one input and N outputs. Performs simple packet-based stride switching, assigning TICKETS//i// 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. ===== ELEMENT HANDLERS ===== ? **tickets0...tickets//N-1// (read/write)** ! Returns or sets the number of tickets for each output port. ===== SEE ALSO ===== [[RoundRobinSwitch]], [[Switch]], [[HashSwitch]], [[RandomSwitch]], [[StrideSched]] Generated by 'click-elem2man' from '../elements/standard/strideswitch.hh' on 24/May/2007. ===== COMMENTS =====