Skip to content
Tom Barbette edited this page Oct 3, 2018 · 2 revisions

StrideSwitch Element Documentation

NAME

StrideSwitch — Click element; sends packets to stride-scheduled outputs

SYNOPSIS

StrideSwitch(TICKETS0, ..., TICKETSN-1)

Ports: 1 input, 1 or more outputs
Processing: push

DESCRIPTION

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.

ELEMENT HANDLERS

  • tickets0...ticketsN-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:6 on 2018/10/03.

Clone this wiki locally