Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Mar 2002 09:38:34 -0600 (CST)
From:      mark tinguely <tinguely@web.cs.ndsu.nodak.edu>
To:        alpha_byte@centras.lt, ryan@sasknow.com
Cc:        freebsd-net@FreeBSD.ORG
Subject:   Re: help with tcp checksum
Message-ID:  <200203121538.g2CFcYA03380@web.cs.ndsu.nodak.edu>
In-Reply-To: <003901c1c911$b5f90f30$a61b3bd4@alpha>

next in thread | previous in thread | raw e-mail | index | archive | help

just a PS reminder that you need to put the IP/ports in network byte
order. appropriate htonl() and htons() must be used if the the values
are not already in network byte order. You may get away with not doing
this on a Sparc (or Alpha?) because of their endian is network byte
order.

--mark tinguely.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203121538.g2CFcYA03380>