Skip to content

Commit

Permalink
configurations: Remove time based limit in MultiSampleEncoder for mor…
Browse files Browse the repository at this point in the history
…e stable results.
  • Loading branch information
l-laura committed Jul 12, 2023
1 parent 43ff447 commit 988bfd0
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@
"host_inter_arrival_avg",
"host_conn_timedelta"
],
"max_time_window_ms": 100,
"max_array_size": 1000
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@
"host_inter_arrival_avg",
"host_conn_timedelta"
],
"max_time_window_ms": 100,
"max_array_size": 1000
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@
"tcp_syn",
"tcp_fin"
],
"max_time_window_ms": 100,
"max_array_size": 1000
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@
"tcp_syn",
"tcp_fin"
],
"max_time_window_ms": 100,
"max_array_size": 1000
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@
"window_flow_avg_pkt_size",
"window_flow_inter_arrival_avg"
],
"max_time_window_ms": 100,
"max_array_size": 1000
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@
"window_flow_avg_pkt_size",
"window_flow_inter_arrival_avg"
],
"max_time_window_ms": 100,
"max_array_size": 1000
}
}
Expand Down

0 comments on commit 988bfd0

Please sign in to comment.