Skip to content

Commit

Permalink
Merge pull request #5 from sepehrdaddev/experimental
Browse files Browse the repository at this point in the history
Experimental
  • Loading branch information
sepehrdaddev authored Mar 29, 2018
2 parents 94fa767 + 7d62ac8 commit cc7865d
Show file tree
Hide file tree
Showing 8 changed files with 385 additions and 108 deletions.
2 changes: 1 addition & 1 deletion Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <vector>

struct config{
enum Vector{NullTCP, NullUDP, TCPFlood, UDPFlood, HTTP, Slowloris};
enum Vector{NullTCP, NullUDP, TCPFlood, UDPFlood, HTTP, Slowloris, ICMPFlood, SpoofedTCP, SpoofedUDP};
enum Protocol{TCP, UDP};
Protocol protocol{TCP};
Vector vector{NullTCP};
Expand Down
Loading

0 comments on commit cc7865d

Please sign in to comment.