|
From: | Simon Goldschmidt |
Subject: | Re: [lwip-users] icmp checksum error |
Date: | Fri, 14 Apr 2023 20:20:13 +0200 |
User-agent: | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0 |
On 12.04.2023 07:27, Mohammed Shahid wrote:
hiii, I am working on ti mcu tm4c1294ncpdt , i have integrated lwip stack 2.1.3 icmp ping for ping query is responding but is responding with the checksum as 0x0000, but in icmp.c file checksum is calculated and it is correct.
Checksum being 0 is a hint that checksum offloading is enabled but the hardware doesn't fill it in. Regards, Simon
[Prev in Thread] | Current Thread | [Next in Thread] |