Searched refs:netPoolInitSize (Results 1 – 1 of 1) sorted by relevance
639 FILLP_UINT netPoolInitSize = FILLP_CONN_ITEM_INIT_NUM; in FtInitGlobalNetPool() local641 if (netPoolInitSize > g_spunge->resConf.maxConnNum) { in FtInitGlobalNetPool()642 netPoolInitSize = g_spunge->resConf.maxConnNum; in FtInitGlobalNetPool()646 … g_spunge->netPool = DympCreatePool((FILLP_INT)netPoolInitSize, (int)g_spunge->resConf.maxConnNum, in FtInitGlobalNetPool()