Forum Discussion
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)