9 #define MAX_DET_SIZE (32*1024)
10 #define MAX_EVENT_SIZE (64*1024)
11 #define NUMBER_TCP_BUFFS 200 // 40
13 #define MAX_TOKENS 1000
15 #define EVB_MAX_DETS 5 // max dets in one event
16 #define EVB_MAX_BUFFS MAX_TOKENS
18 #define EVB_DEFAULT_BUFF_SIZE MAX_EVENT_SIZE
19 #define EVB_SEG_SIZE (MAX_TOKENS*64*1024)
22 #define MAX_FILE_SIZE (500*1024*1024)
23 #define RCF_MAX_FILE_SIZE MAX_FILE_SIZE