Changeset 1626

Show
Ignore:
Timestamp:
06/11/08 18:54:02 (3 months ago)
Author:
till
Message:

nebula
- typo: minimum entropy defaulted to maximum instead of miminum preventing signatures from being generated

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nebula/trunk/src/nebula.c

    r1623 r1626  
    109109        clusterq_max            = 5000;         // C: cluster queue size 
    110110        daemonize               = 0;            // d: don't daemonize 
    111         min_sstr_ent            = 8;          // e: minimum substring entropy 
     111        min_sstr_ent            = 0;          // e: minimum substring entropy 
    112112        clusterhashq_max        = 500000;       // E: cluster element queue size 
    113113        gthread_no              = 1;            // g: spawn 1 signature generation thread