-
Notifications
You must be signed in to change notification settings - Fork 321
PullTee
Eddie Kohler edited this page Oct 17, 2017
·
1 revision
Tee, PullTee — Click elements; duplicates packets
Tee([N])
PullTee([N])
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 2017/10/17.