-
Notifications
You must be signed in to change notification settings - Fork 81
FlowWebGen
Tom Barbette edited this page Nov 25, 2022
·
1 revision
FlowWebGen — Click element;
FlowWebGen(PREFIX, DST, RATE)
Batching: Batching natively supported
Ports: 1 input, 1 output
Processing: push
Ask for a random web pages over and over with repeated HTTP connections. Generate them with random source IP addresses starting with PREFIX, and destination address DST.
kt :: KernelTap(11.11.0.0/16); kt -> Strip(14)
-> FlowWebGen(11.11.0.0/16, 10.0.0.1)
-> EtherEncap(0x0800, 1:1:1:1:1:1, 2:2:2:2:2:2)
-> kt;
Generated by click-elem2man from ../elements/flow/flowwebgen.hh:13
on 2022/11/25.