Subject: probable bug in new in_cksum()
To: None <port-alpha@NetBSD.ORG>
From: Chris G Demetriou <Chris_G_Demetriou@UX2.SP.CS.CMU.EDU>
List: port-alpha
Date: 05/23/1996 18:01:22
So, a few days ago I added the new in_cksum() function provided by
Matt Thomas to the Alpha source tree, and enabled its use.

Since then, i've seen a few problems possibly related to it, most
notably NFS operations failing because (according to the server) their
packet(s) had bad checksums.

If you run into any problems:
	(1) please tell me about them, and
	(2) replace the line:

		file  arch/alpha/alpha/in_cksum.c             inet

	    with something like:

		#file arch/alpha/alpha/in_cksum.c             inet
		file  netinet/in_cksum.c                      inet



later,

chris