Forum Discussion
Altera_Forum
Honored Contributor
14 years agoImprove performance of TSE on Stratix IV GX
Hello, I'm using the Standard design of Stratix IV on which I put the Nios II Simple Socket Server in order to receive incoming data from my other computer. I managed to establish a TCP/IP...
Altera_Forum
Honored Contributor
14 years agoYou'll increase the throughput significantly if you allow more than one data packet before requiring the application level ack.
If you need throughput and data reliability, you may find that the tcp retries following packet loss actually take too long. Using your own protocol over udp may be necessary in the long run.