Re: ASYNC SOCKETS
- Posted by Kat <gertie at PELL.NET> May 09, 2002
- 436 views
On 9 May 2002, at 16:27, Martin Stachon wrote: > > jordah ferguson wrote: > > ... > > > > Bytheway, has any one noticed you cannot connect to your local computer > > if not on the internet using winsock.ew. Even if it can resolve your > > hostname or IP address. > > You *can* connect. Connect to "localhost", or "127.0.0.1". Of course you > must listen on some port. You can try to launch the Telnet server using async > sockets by bjackson and telnet to 127.0.0.1 at port 23. If you cannot connect > you can have some problem/firewall on your machine. True, it is possible to mess up winsock in a way you cannot use localhost. I do not know why this happens, but it happens for me with EInetLib_full.ew. I suspect something is not released properly. Kat