[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: new ip65 release
On Mar 21, 6:21 pm, Jonno Downes <jonno...@gmail.com> wrote:
> On Mar 21, 11:24 pm, schmidtd <schmi...@my-deja.com> wrote:
>
> > On Mar 21, 3:20 am, Jonno Downes <jonno...@gmail.com> wrote:
>
> > > * I've taken over maintenance responsibility from Per Olofsson
>
> > May I join? I think the checksum algorithm is still not 100% correct.
>
> Done!
Thanks. I'm wrestling (and losing, so far) with Ruby on Windows. :-(
> BTW, why do you think there are problems with the checksums?
I had random hangs during big data transfers. I traced the packets
with WireShark and found that some packets had incorrect checksums.
Per worked out the degenerate case with one-byte payloads; that bug
was fixed. But there remain cases where big packets fail, too. I'm
not smart enough to debug his routine myself, and Per's interest seems
to have waned. I ended up transplanting the checksum routine from
Contiki, and the bad checksums went away.