Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
19 years ago

How to disable IP header and UDP checksum

I am implementing my own UDP stack by manually filling the entire ethernet frame, byte by byte. I ignored the checksum fields in the frame by leaving them as zero. However, the receiving end is disca...