This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

http sockets

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.

0