We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
I am using RL-TCP library in my LPC2148 with RTL8019 as a ethernet controller. I am getting ERR_MEM_ALLOC error after some tcp activity.
I have MEM_SIZE: Memory Pool size in bytes = 16384 in my config wizard.
Can anybody help me why i am getting this system error ?
Thanks
The Description of tcp_get_buf () says : This function is used to allocate memory for the TCP send buffer. It is called when the application wants to send TCP data packet. The allocated memory buffer will be deallocated by the TcpNet system, when the frame has been sent and acknowledged by remote peer.