Altera_Forum
Honored Contributor
20 years agoLwIP Configuration problem
I follow the document " Using Lightweight IP with the NiosII Processor Tutorial " to optimize LwIP Throughput .
On page B-2 , it suggest that the optimal value of TCP_WND is 32768 . (The original value of TCP_WND is 2048 ) The TCP_WND effect the Maximum window size ( receive buffer space in bytes ) . When I set the value of TCP_WND for 32768 , I can not receive total data that had been transmitted to my 1c20 board. How to solve this problem ? thanks a lot ~