Searched defs:GlobalAppCommon (Results 1 – 1 of 1) sorted by relevance
51 struct GlobalAppCommon { struct52 FILLP_UINT32 keepAliveTime; /* ms */53 FILLP_UINT32 maxServerAllowSendCache;54 FILLP_UINT32 maxServerAllowRecvCache;55 FILLP_UINT32 udpSendBufSize;56 FILLP_UINT32 recvBufSize;57 FILLP_UINT32 disconnectRetryTimeout; /* Testability addition in the code it is 100. */58 FILLP_UINT32 sendCache; /* size of send cache */59 FILLP_UINT32 recvCache; /* size of recv cache */60 FILLP_UINT32 connectTimeout; /* seconds */[all …]