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 agoYou should start another thread, it's a different problem.
What protocol are you using? If you are using UDP, then it isn't guaranteed that the packet will be delivered. To control and configure it is better to use TCP, so that you are sure the data is sent and received. You may have to use an additional function call on the sending side to force the 4 bytes to be sent immediately and not kept in a buffer though.