Skip to content

Commit

Permalink
Merge pull request #208 from Antaryo/ct_kernel_panic_fix
Browse files Browse the repository at this point in the history
Set kernel param magic_ct to zero
  • Loading branch information
vel21ripn authored Jan 14, 2025
2 parents fb92073 + 46aae39 commit e9f1c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndpi-netfilter/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ static inline int flow_have_info( struct nf_ct_ext_ndpi *c) {

static ndpi_protocol_nf proto_null = {NDPI_PROTOCOL_UNKNOWN , NDPI_PROTOCOL_UNKNOWN};

static unsigned short MAGIC_CT = 0xa55a;
static unsigned short MAGIC_CT = 0x00;

unsigned long int ndpi_flow_limit=10000000; // 4.3Gb
unsigned long int ndpi_enable_flow=0;
Expand Down

0 comments on commit e9f1c89

Please # to comment.