Forum Discussion
Altera_Forum
Honored Contributor
14 years agoEthernet transmission speed
My board:DE2-115 My sopc project:webserver(RGMII)(provided by Terasic) My nios project: simple socket server Now, I can send some words to my PC from my board by a debugging...
Altera_Forum
Honored Contributor
14 years agoIt depends on your needs. UDP is usually faster and has a lower latency, but you have no guarantee a packet you send will even be received. If you need something safer and need all your data to be transmitted, and retransmitted if necessary, then you should use TCP.
To know what the problem is, you need to analyse the traffic with a sniffer such as Wireshark and see what's wrong.