**This is automatically generated documentation.** Edit after the "[[#COMMENTS|COMMENTS]]" heading; changes to the main body will be lost. ====== Tee, PullTee Element Documentation ====== ===== NAME ===== **Tee, PullTee** -- Click elements; duplicates packets ===== SYNOPSIS ===== Tee([N]) \\ [[PullTee]]([N]) **Ports**: 1 input, 1 or more outputs\\ **Processing**: push\\ **Package**: standard (core)\\ ===== 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' on 20/Feb/2006. ===== COMMENTS =====