Changeset 20 for trunk/src/renetcol.h

Show
Ignore:
Timestamp:
11/22/06 14:04:22 (16 years ago)
Author:
andreu
Message:

new release 0.0.6, with CRIHAN compilation feature

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/renetcol.h

    r19 r20  
    7474#define MAX_RULES_PER_FIELD 10 
    7575 
    76  /* CRI */ 
     76#ifdef CRIHAN 
    7777#define OUTPUT_IP "/tmp/ipflow" 
    7878#define EXTENSION ".txt"  
     
    8080#define MAX_IP_OUTPUT_FILES 3 
    8181#define MAX_MPLS_OUTPUT_FILES 3 
    82 #define MAX_IP_FLOW 1000 
     82#define MAX_IP_FLOW 10000 
    8383#define MAX_MPLS_FLOW 200 
    8484#define IP_TIME_THRESHOLD 60 /* in sec */ 
    8585#define MPLS_TIME_THRESHOLD 60 /* in sec */ 
    86 /* end CRI */ 
     86#endif /* CRIHAN */ 
    8787 
    8888void setCache(RulesPtr);