Forum Discussion
Altera_Forum
Honored Contributor
12 years agoI don't know the answer to your question, but you can avoid TCP naks by carefully configuring your TCP window size. In order to avoid those naks, you need to be sure that the TCP window size is always smaller than your incoming rx fifo. So either increase your rx fifo, or hack into your embedded OS to use a lower TCP window size. (depending on the OS you have, it may be a bit tricky to find out where it is defined).
Once I did that on my system I never got any missed TCP packets, even with a very fast PC on the other end.