Forum Discussion
Altera_Forum
Honored Contributor
12 years agoNIOS+MicroOS+Niche stack (TCP) optimization
Hello. I am trying to get as much data rate as possible from Niche stack that is working on NIOS processor (now with MicroOS). Now I am using TCP for transmission. I think I've get all t...
Altera_Forum
Honored Contributor
12 years agohi,
you may want to start from this altera an440 (http://www.altera.com/support/examples/nios2/exm-ethernet-acceleration.html). UDP vs TCP: speed vs reliability. * In UDP you send and assume it got received - Nios has less to process (less communication overhead) * In TCP it is ensured that the packet is received (retransmission, etc)