We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi all, is it possible to configure the icmp behaviour of the tcp/ip stack in the library? I can't find any reference to it in Net_Config.c.
Can you confirm that the icmp packets handler is configured to not reply to broadcast requests?
TIA
ICMP packet handler should reply to broadcast requests. It should answer broadcast ping, however you might have a collision when several hosts are sending a ping reply at the same time. This might result in some replies not being received because of a collision on the wires.
You should use some other method to discover which hosts are alive on the net.
Franc