You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an ICMP Echo request with either NO payload (data) or an arbirtary amount of 0x00 Bytes as payload reaches LWIP, it responds with an ICMP packet with a wrong checksum (0x0000 instead of 0xffff).
This is a comparison error in icmp.c
The text was updated successfully, but these errors were encountered:
When an ICMP Echo request with either NO payload (data) or an arbirtary amount of 0x00 Bytes as payload reaches LWIP, it responds with an ICMP packet with a wrong checksum (0x0000 instead of 0xffff).
This is a comparison error in icmp.c
The text was updated successfully, but these errors were encountered: