@@ -34,6 +34,7 @@ class Parameter(enum.Enum):
TARGET_HOST = 'target.host'
# recommended type: Float ------------------------------------
PACKETS_PER_SECOND = 'packets.per-second' # packets per second
+ INJECT_PPS = 'inject.pps' # packets per seconds injected by the attack
INJECT_AT_TIMESTAMP = 'inject.at-timestamp' # unix epoch time (seconds.millis) where attack should be injected
# recommended type: Packet Position ----------------------------------
INJECT_AFTER_PACKET = 'inject.after-pkt' # packet after which attack should be injected