diff options
author | William Guglielmo <william@deselmo.com> | 2017-05-29 21:30:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-29 21:30:30 +0200 |
commit | 46284e1537906ba1b268979bb8f8ae0788219746 (patch) | |
tree | aaaed1d83142fea5aa5ed94c2cb74f51a30d3ccc /src | |
parent | 694bc039e85493786b2ff9049459748f43a0a233 (diff) |
Update ndpi_typedefs.h
Diffstat (limited to 'src')
-rw-r--r-- | src/include/ndpi_typedefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 906268b62..3e31c3807 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -333,7 +333,7 @@ struct bt_announce { // 192 bytes #ifdef NDPI_PROTOCOL_TINC -#define TINC_CACHE_MAX_SIZE 100 +#define TINC_CACHE_MAX_SIZE 10 typedef struct { u_int32_t src_address; |