Hello,
I was wondering how the NDK uses the configuration items exactly. When I set the SOCKUDPRXLIMIT for example, I don't see where that value is used in the ndk. I mean, if I search for that #define, I only see where it is being set in the CfgAddEntry and not where its being to say, limit the UDP receive packet.
// UDP Receive limit
rc =8192;
CfgAddEntry( hCfg, CFGTAG_IP, CFGITEM_IP_SOCKUDPRXLIMIT, CFG_ADDMODE_UNIQUE, sizeof(uint), (UINT8 *)&rc, 0 );
Can someone please explain this to me? Maybe my search is not looking in the correct directories.
Thanks,
Brandy