Re: [lwip-users] problem with creating TCP socket

2014-11-27 Thread Jan Menzel
Hi Gavin! My code uses close() (which is a define to lwip_close()) which frees all the memory. You may wont to trace close() to check if the memory is really freed up. Jan On 27.11.2014 11:18, Gavin wrote: > Hi, > > I got one problem about creating TCP socket. > > In my case, I

[lwip-users] problem with creating TCP socket

2014-11-27 Thread Gavin
Hi, I got one problem about creating TCP socket. In my case, I created one TCP socket, connected to server and then closed socket, and repeated this process. But I found that this process only can run 4 times, because the socket can't be created from the 5th run, the socket can't be create anymo