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=7c4492170d8f21c3737b51e35f3609862059cada;hpb=8b04ba410b46bc4853dfda7095d2a2229b609003;p=com%2Fgs-lite.git diff --git a/include/gsconfig.h b/include/gsconfig.h index 7c44921..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 // ================================================== @@ -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