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

DelayUnqueue Element Documentation

NAME

DelayUnqueue — Click element; delay-inducing pull-to-push converter

SYNOPSIS

DelayUnqueue(DELAY)

Ports: 1 input, 1 output
Processing: pull inputs, push outputs

DESCRIPTION

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.

ELEMENT HANDLERS

  • delay (read/write) — Return or set the DELAY parameter.

SEE ALSO

Queue, Unqueue, RatedUnqueue, BandwidthRatedUnqueue, LinkUnqueue, DelayShaper, SetTimestamp

Generated by click-elem2man from ../elements/standard/delayunqueue.hh:9 on 2018/10/03.

Clone this wiki locally