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

Tee, PullTee Element Documentation

NAME

Tee, PullTee — Click elements; duplicates packets

SYNOPSIS

Tee([N])
PullTee([N])

Batching: Batching natively supported
Ports: 1 input, 1 or more outputs
Processing: push

DESCRIPTION

Tee sends a copy of each incoming packet out each output.

PullTee's input and its first output are pull; its other outputs are push. Each time the pull output pulls a packet, it sends a copy out the push outputs.

Tee and PullTee have however many outputs are used in the configuration, but you can say how many outputs you expect with the optional argument N.

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

Clone this wiki locally