diff options
author | berat <beratiz@gmail.com> | 2017-09-22 19:00:27 +0200 |
---|---|---|
committer | berat <beratiz@gmail.com> | 2017-09-22 19:00:27 +0200 |
commit | f575959cd2ccfda1c1375624cec80e1c9a92f5b0 (patch) | |
tree | 6b365f10a7fc1dfbf9e0c19c2efc1f77ab18b67d /example/ndpi_util.h | |
parent | c2002cd48f5a8cbc7d806350a3543960c00a3579 (diff) |
typos and renames
Diffstat (limited to 'example/ndpi_util.h')
-rw-r--r-- | example/ndpi_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example/ndpi_util.h b/example/ndpi_util.h index 5fe3dc66b..fd4c4b84d 100644 --- a/example/ndpi_util.h +++ b/example/ndpi_util.h @@ -46,8 +46,8 @@ #define DIR_DST 20 #define PORT_ARRAY_SIZE 20 #define HOST_ARRAY_SIZE 20 -#define FLOWS_PACKETS_TRESHOLD 0.9 -#define FLOWS_PERCENT_TRESHOLD 1.0 +#define FLOWS_PACKETS_THRESHOLD 0.9 +#define FLOWS_PERCENT_THRESHOLD 1.0 #define INIT_VAL -1 // flow tracking |