Module Hub.Tap

module Tap: sig .. end
A Tap is a 2 port repeater wich mirror each packet to a user function. It can be used as a transparent TRX.

type t = Tools.trx 
val make : (Bitstring.bitstring -> 'a) -> Tools.trx