Hello,
I am developing a simple TCP/IP application using SYS/BIOS 6.30.02.42 and NDK 2.20.2.22. The client (Scientific Linux) connects to the server's (C6474 EVM) listening port and sends data which is processed and sent back. After a (high) number of subsequent connections, the server runs out of memory.
I assume this is because of accept() allocating the Tx/Rx Buffers which are not freed by closing a socket using shutdown(). How can i free the buffers allocated with accept()?
Best regards
