Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Dispatcher ¶
func Dispatcher(iface *water.Interface, tun2EthQ chan Packet, manipulators []PacketManipulator) error
Types ¶
type Delayer ¶
type Delayer struct {
// contains filtered or unexported fields
}
func NewDelayer ¶
func (*Delayer) Manipulate ¶
type PacketManipulator ¶
type PacketManipulator interface {
Manipulate(packet *Packet)
}
Click to show internal directories.
Click to hide internal directories.