Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHmmm I just read the thread http://www.ietf.org/mail-archive/web/ietf/current/msg21280.html
The general view is that both 0x0000 and 0xffff are valid (and equivalent) for IP header checksums. Most code that generates them will not generate 0xffff. The InterNiche stack should just remove all the code that zaps the checksum, and just sum the entire header and verify the result is 0xffff. Note that 0xffff is special for the UDP checksum => not computed.