Forum Discussion
Altera_Forum
Honored Contributor
14 years agoThe udp data checksum is optional (just very recommended). Setting the checksum field to 0xffff (or is it 0x0000) tells the receiving side to not validate the checksum.
To obtain 5MB/sec you probably need to overlap the network time with the nios processing of the previous/next (depending on direction) packet. Whether that speed is attainable - I don't know. Whether it is obtainable without writing a bespoke TCP/IP stack is also questionable.