add tests

This commit is contained in:
2021-10-24 12:52:16 +02:00
parent c2c321eb9b
commit ed977be2fd
15 changed files with 2565 additions and 11 deletions

View File

@@ -0,0 +1,11 @@
{
"UDP_flood_weight" : 1,
"TCP_flood_weight": 1,
"ICMP_flood_weight": 1,
"SYNFIN_weight": 1,
"SMALLWINDOW_weight": 1,
"threshold_UDP": 5,
"threshold_TCP": 5,
"threshold_ICMP": 5,
"min_window_size": 5
}