RE: ASYNC SOCKETS
- Posted by jordah ferguson <jorfergie03 at yahoo.com> May 10, 2002
- 394 views
Martin, Do you really think i would ask quote like that if i hadn't tried it a couple of times. I used bjacksons hachserv.exw as a simple server then i made a telnet look alike to connect to it while offline. It failed. I was using the Blocking sockets function WsockCallSocket(). but telnet could still connect to it... i know of a couple of guys who have experienced such probs.... its a shame you can't test clients programmed using winsock.ew while offline? jordah ferguson 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. > > Martin > >