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 try to enable -O3 optimization, which would increase the stack speed, but I doubt You'll be able to achieve Your task using the stack. I would offer to do the UDP reception in hardware. I've successed sending and receiving UDP data only in hardware without any problems. --- Quote End --- Please put some more light on your suggestion....i mean how do i do UDP reception in hardware as ..i am working at application layer, and UDP packet reception done on TCP/IP Stack & MAC/PHY layer.