diff options
Diffstat (limited to 'src/lib/protocols/bittorrent.c')
-rw-r--r-- | src/lib/protocols/bittorrent.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/protocols/bittorrent.c b/src/lib/protocols/bittorrent.c index f80bb0d36..1522a14e9 100644 --- a/src/lib/protocols/bittorrent.c +++ b/src/lib/protocols/bittorrent.c @@ -642,9 +642,8 @@ static void ndpi_search_bittorrent(struct ndpi_detection_module_struct *ndpi_str } } - if(flow->packet_counter > 8) { - ndpi_skip_bittorrent(ndpi_struct, flow); - } + if(flow->packet_counter > 5) + ndpi_skip_bittorrent(ndpi_struct, flow); } /* ************************************* */ |