-
Notifications
You must be signed in to change notification settings - Fork 81
WebGen
Tom Barbette edited this page Nov 25, 2022
·
3 revisions
WebGen — Click element;
WebGen(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)
-> WebGen(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/local/webgen.hh:10
on 2022/11/25.