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 agoHi everyone,
I have TSE MAC at my custom board and RGMII interface between custom board and PC. Mode of communication established between custom board and PC is 100 Mbps half duplex. I made my custom board as Client and PC as Server. Using TCP sockets. I am sending data continuously ranging from 8 bytes to 424 bytes of data depending on my application from my custom board to a PC. Sometimes I send 4 bytes of data from PC to Custom board for configuration of my application. Problem is that my NIOS II system does't responds sometimes and Communication ends between custom board and PC. I have kept descriptor memory size of 8192 bytes in SOPC Builder. I haven't change anything in ipport.h What might be the problem and solution to it ?????