-
Notifications
You must be signed in to change notification settings - Fork 321
DelayUnqueue
Eddie Kohler edited this page Oct 17, 2017
·
2 revisions
DelayUnqueue — Click element; delay-inducing pull-to-push converter
DelayUnqueue(DELAY)
Ports: 1 input, 1 output
Processing: pull inputs, push outputs
Pulls packets from the single input port. Delays them for at least DELAY seconds, with microsecond precision. A packet with timestamp T will be emitted no earlier than time (T + DELAY). On output, the packet's timestamp is set to the delayed time.
DelayUnqueue listens for upstream notification, such as that available from Queue.
- delay (read/write) — Return or set the DELAY parameter.
Queue, Unqueue, RatedUnqueue, BandwidthRatedUnqueue, LinkUnqueue, DelayShaper, SetTimestamp
Generated by click-elem2man from ../elements/standard/delayunqueue.hh:9
on 2017/10/17.