Forum Discussion
Altera_Forum
Honored Contributor
21 years agoChecksum Error LWIP
I am seeing checksum errors when using the cyclone development board (192.168.100.5) connected to a hub connected to my PC (192.168.100.5). The error seems to add a 1 sec delay before it move...
Altera_Forum
Honored Contributor
21 years ago<div class='quotetop'>QUOTE </div>
--- Quote Start --- The error seems to add a 1 sec delay before it moves on. The delay is to much for my application. Any idea how to address the issue or shorten the delay after checksum error is found?[/b] --- Quote End --- To be honest you need to look at the cause of the checksum errors, or provide a simple test case to reproduce it. If you really want to change the retransmission frequency, which I think will only move your problem the the function you need to look at is tcp_slowtmr in tcp.c.