lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] lwip_standard_chksum()


From: Leon Woestenberg
Subject: Re: [lwip-users] lwip_standard_chksum()
Date: Sun, 11 Dec 2005 02:32:47 +0100
User-agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)

Hello Curt

Curt McDowell wrote:

Leon Woestenberg wrote:
u8_t *pb = dataptr;
...
((u8_t *)&t)[1] = *pb++;

What should be done here is fetch a 8-bit number on a
8-bit aligned address (which is always the case :-)).
That's exactly what it's doing.
Please take another look... and then take another beer :-)

At least one of us is reading his emails thoroughly enough to notice the subtle details :-). And I couldn't even blame it on a beer.

I will get your submission into CVS. Thanks!

Regards, Leon.






reply via email to

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