This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

RL-TCPNet icmp configuration

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