diff options
Diffstat (limited to 'src/include/ndpi_typedefs.h')
-rw-r--r-- | src/include/ndpi_typedefs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 7fc5ce0de..0e8f7a25c 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -761,6 +761,8 @@ struct ndpi_lru_cache { struct ndpi_lru_cache_entry *entries; }; +#define NDPI_GIVEUP_GUESS_BY_PORT 0x01 +#define NDPI_GIVEUP_GUESS_BY_IP 0x02 /* Aggressiveness values */ |