Forum Discussion
Altera_Forum
Honored Contributor
14 years agono free buffers for rx
Hello How do i increase the receive buffer size.... till now i have done following... 1. increase the receive Depth of TSE Mac... 2. Increase the MAXBIGPKTS from 30 to 512 in "ipport.h" ...
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- You can also check if it is possible for your server to wait a bit between each packet, giving time to the Nios system to process them. Or use a TCP connection. --- Quote End --- Hello There, Yes, I have put little delay in between two packet's (in Image source -server side)....and in that case my nios-ii based client receive all the UDP packets...and do the required job (also send to other FPGA for further processing), but in practical scenario server will send UDP packet's continuously without delay. Regards kaushal