Hello,
I thought that I disabled these ICMP frames for destination port unreachable. And in fact, it works most of the time, but everyone once in a while 20 or so will spew out, and then it will go back to normal. Any suggestions?
Here is the line I added to disable these:
rc =0; //don't send unreachable ICMPs
CfgAddEntry(hCfg, CFGTAG_IP, CFGITEM_IP_UDPSENDICMPPORTUNREACH,CFG_ADDMODE_UNIQUE, sizeof(uint), (UINT8 *)&rc, 0);
Background:
C6678
NDK v 2.20.04.26
Please let me know what other information you need.
Thanks,
Brandy