> > 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.
This actually isn't necessary, as long as you do all the math on the fields in the same byte order. Since 1's complement arithmetic used to compute the Internet checksum includes end-around carry, it just works out. louie To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message
