Hi All,
I have a board with K60, MQX and RTCS. This board is used to sample analog inputs, compute some data and send results on TCP socket.
All work fine, except memory lost.
Searching thru MQX plugin, memory seems to be used by TCP activity.
When i dump TCP buffer, i found some data containing SMB type data (ex: "\MAILSLOT\BROWSE", some PC name, windows domain name and so on).
I do not use this in my application. I only send data on a socket on a special port. I have unvalidated IGMP.
How is it possible to not buffer such data, without any use for me, and "eating" all mty free memory ?
Where can i look to investigate ?
@++
Luc