Hello, I'm trying to implement a TCP/IP Stack with a running web server. I took code from the http_demo project. The systems runs, I can connect and display the website on my browers. After a few refreshes, it stops working. Obviosly, there is no more free socket available. On on page of the website, I can see the available sockets, and everytime I refresh, another socket connects and goes into TWAIT state, but neither times out, nor disconnects, therefore I run out of sockets. I have set the Timeout Wait period to 5 seconds, but does not make a difference. Thanks for any help.