Subject: Re: new faster in_cksum.c
To: Markus Baeurle <mbaeurle@imperium.net>
From: Chris Gilbert <cg110@york.ac.uk>
List: port-arm32
Date: 05/19/1997 23:52:42
Hi,
I figured out what the bug is in the in_cksum routine I wrote, I forgot
about endianess, the sparc is big endian, the arm little endian, I plan
to deal with this now that I've figured it out, time to dig out the
endian changing routines. Note I can't promise anything soon, I've not
got riscbsd running at the moment. Do not use the routine unless it's
just for localhost usage.
*hits head on brick wall*
Chris