lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] ping thread fails to works when IP, UDP, TCP and ICMP c


From: vincent cui
Subject: Re: [lwip-users] ping thread fails to works when IP, UDP, TCP and ICMP checksums by hardware
Date: Wed, 6 Jun 2012 14:18:40 +0000

Hi Funk:

 

Thank you for your suggestion , it works now , the line insert software checksum to ICMP packet

 

Thank you very much

Vincent  

 

From: lwip-users-bounces+address@hidden [mailto:lwip-users-bounces+address@hidden On Behalf Of Funk, Artur
Sent: 2012
66 19:49
To: Mailing list for lwIP users
Subject: Re: [lwip-users] ping thread fails to works when IP, UDP, TCP and ICMP checksums by hardware

 

An idea: comment this line in ping_prepare_echo function:

iecho->chksum = inet_chksum(iecho, len);

 

Von: lwip-users-bounces+address@hidden [mailto:lwip-users-bounces+address@hidden Im Auftrag von vincent cui
Gesendet: Mittwoch, 6. Juni 2012 13:12
An: Mailing list for lwIP users
Betreff: [lwip-users] ping thread fails to works when IP, UDP, TCP and ICMP checksums by hardware

 

All

I ported ping thread from contrib. packet, and found that it fails to works when IP, UDP, TCP and ICMP checksums by HW.

But it works when those checksums by SW.

 

Anyone meets same problem ?

 

Regards,

Vincent


reply via email to

[Prev in Thread] Current Thread [Next in Thread]