Forum Discussion
Altera_Forum
Honored Contributor
11 years agoUDP packets via TSE
Hi, I am working on a project that requires me to send data packets from DE2-115 to a PC. since I need a transfer rate in access of 500 Mbps, i decided to do it using Ethernet using Triple Speed Ethe...
Altera_Forum
Honored Contributor
11 years agoThe bandwidth of the network analyzer packet capture interface is much lower than the native OS bandwidth. I doubt you will be able to get 500 mbps out of it. Remember also that UDP doesn't guarantee delivery of all data. If it is critical to get all data use TCP, or build your self a retransmit mechanism.