Re: ASYNC SOCKETS
- Posted by Martin Stachon <martin.stachon at worldonline.cz> May 10, 2002
- 416 views
jordah ferguson wrote: > 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.... >From time to time, my winsock gets messed up so I cant open async connection. Reinstalling DUN files from CD fixes this. But this also affects other apps (MSIE...) Maybe the telnet client is broken? (\WINDOWS\telnet.exe that comes with Win98 works fine for me) Or your OS is completly missing network support? I've just lauched hackserv.exw, and done 20 telnet connections to it succesfully. Does this work for you: (Sorry for Czech version) <command line> C:\>ping 127.0.0.1 Odesílá se žádost o ozvìnu poèítaèi hal [127.0.0.1] s 32 bajty dat: Odezva od 127.0.0.1: bajty=32 èas=1ms TTL=128 Odezva od 127.0.0.1: bajty=32 èas<10ms TTL=128 Odezva od 127.0.0.1: bajty=32 èas<10ms TTL=128 Odezva od 127.0.0.1: bajty=32 èas<10ms TTL=128 Statistika pøíkazu Ping pro 127.0.0.1: Paketù: Odesláno= 4, Pøijato= 4, Ztraceno= 0 (0% ztráta) Pøibližná doba od odeslání požadavku do pøíchodu ozvìny v milisekundách: Nejmenší= 0ms, nejvìtší= 1ms, prùmìrná= 0ms </command line> When something is broken, it could look like this: <cmd line> C:\>ping localhost Neznámý hostitel localhost </cmd line> -- Martin