-
Notifications
You must be signed in to change notification settings - Fork 81
PullTee
Tom Barbette edited this page Oct 3, 2018
·
2 revisions
Tee, PullTee — Click elements; duplicates packets
Tee([N])
PullTee([N])
Batching: Batching natively supported
Ports: 1 input, 1 or more outputs
Processing: push
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.