-
Notifications
You must be signed in to change notification settings - Fork 81
RoundRobinUnqueue
Tom Barbette edited this page Oct 3, 2018
·
2 revisions
RoundRobinUnqueue — Click element; pull-to-push converter
RoundRobinUnqueue([BURSTSIZE])
Ports: any number of inputs, any number of outputs
Processing: pull inputs, push outputs
Pulls packets from input ports in a round robin fashion, then pushes them out the output corresponding to the input that the packet came from. Pulls a maximum of BURSTSIZE packets every time it is scheduled. Default BURSTSIZE is 1. If BURSTSIZE is 0, pull until nothing comes back.
Unqueue, RatedUnqueue, BandwidthRatedUnqueue
Generated by click-elem2man from ../elements/local/rrunqueue.hh:7
on 2018/10/03.