X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=include%2Fgsconfig.h;h=139ad9caef9b596abb548f7b52bb43e487119710;hb=2db1fd47cd7b8bbc850879e9236135a73037aee8;hp=73ad9b837dd0ee9daa0c7724bdde47ab26f19e1f;hpb=e981e864b812c938d3df8b555b6bb98bb89273e7;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