Skip to content
Eddie Kohler edited this page Oct 17, 2017 · 1 revision

Hub Element Documentation

NAME

Hub — Click element; duplicates packets like a hub

SYNOPSIS

Hub()

Ports: any number of inputs, the same number of outputs
Processing: push

DESCRIPTION

Hub sends a copy of each input packet out each output port. However, a packet received on input port N is not emitted on output port N. Thus, the element acts sort of like an Ethernet hub (but it is not Ethernet specific).

SEE ALSO

Tee, EtherSwitch

Generated by click-elem2man from ../elements/standard/hub.hh:6 on 2017/10/17.

Clone this wiki locally