X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=include%2Fgsconfig.h;h=139ad9caef9b596abb548f7b52bb43e487119710;hb=refs%2Fchanges%2F56%2F4756%2F1;hp=73ad9b837dd0ee9daa0c7724bdde47ab26f19e1f;hpb=3ff5c433efcaee8b01fbeed90ab848008f2e6278;p=com%2Fgs-lite.git diff --git a/include/gsconfig.h b/include/gsconfig.h index 73ad9b8..139ad9c 100644 --- a/include/gsconfig.h +++ b/include/gsconfig.h @@ -17,6 +17,8 @@ // Contains all defines etc... . As we don't have a proper configure script yet at least that way all the defines are in one place. +#include "gsoptions.h" + // ================================================== // General defines // ================================================== @@ -38,7 +40,7 @@ #define STARTSZ 1 // T1024 // Use blocking ringbuffer -#define BLOCKRINGBUFFER +//#define BLOCKRINGBUFFER //#define LOCALIP // restricts sockets to localhost IP @@ -91,7 +93,7 @@ #define MAXSZ (((MAXTUPLESZ+128)>MAXMSGSZ?MAXTUPLESZ+128:MAXMSGSZ)) #define SOCK_BUF_SZ 160*(MAXMSGSZ+4) -#define SOCKET_HASH_SZ 512 +#define SOCKET_HASH_SZ 1024 #define MAX_NUMBER_OF_SHM 64 //#define PRINTMSG // prints low level IPC messages for debugging VERY VERBOSE