lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #29763] CHECKSUM_GEN_IP_INLINE - AVR32


From: Bill Auerbach
Subject: [lwip-devel] [bug #29763] CHECKSUM_GEN_IP_INLINE - AVR32
Date: Tue, 04 May 2010 13:14:46 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)

Follow-up Comment #1, bug #29763 (project lwip):

The code in CVS HEAD is not quite the same as the original patch.  On line
600 (CVS HEAD version) it had:

    chk_sum = iphdr->_ttl_proto;

It's checked in as:

    chk_sum = (proto << 8) | ttl;

Your += 0x7F8 looks like it might be compensating for this difference.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?29763>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

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