改硬體撥接後的問題



贊助商連結


devil
2001-06-26, 06:24 PM
凡是續傳下載東西皆會跑出"Socket Error=10060"
要跑好幾遍才下載一次 斷ㄌ又再來
變成有些網站不能下載

這樣要如何解決ㄋ 救救我ㄅ...

贊助商連結


powerkid
2001-06-26, 08:53 PM
Winsock 10060 錯誤的說明文件
(忘了是哪找到的,原文,參考看看吧...)

WSAECONNREFUSED (10061) Connection refused.

Berkeley description: No connection could be made because the target machine actively refused it. This usually results from trying to connect to a service that is inactive on the foreign host.
WinSock description: Same as Berkeley
TCP/IP scenario: In TCP terms (datastream sockets), it means an attempt to connect (by sending a TCP SYN packet) caused the destination host to respond to the host by returning a reset (a TCP RST packet). If an application sends a UDP packet to a host/port that does not have a datagram socket "listening," the network system may respond by sending back an ICMP Port Unreachable packet
User suggestions: Either you went to the wrong host, or the server application you're trying to contact isn't executing. Check the destination address you are using. If you used a hostname, did it resolve to the correct address? If the hostname resolution uses a local hosttable, it's possible you resolved to an old obsolete address. It's also possible that the local services file has an incorrect port number (although it's unlikely).
You can verify that the remote system is rejecting your connection attempt by checking the network statistics locally. Check that your network system (WinSock implementation) has a utility that shows network statistics. You could use this to verify that you're receiving TCP resets or ICMP Port Unreachable packets each time you attempt to connect.
Developer suggestions: If you have a network analyzer available, you can quickly check if the destination port number and host address are what you expect. On the server end, you could use a network system utility similar to BSD's "netstat -a" command to check that your server is running, and listening on the right port number.
This is one of the most frequent errors and one of the best to encounter, since it's one of the least ambiguous. There are only a few possible causes for this error:
· you tried to connect to the wrong port. This is a common problem. You need to call htons() to translate a constant value to network byte order before assigning it to the sin_port field in the sockaddr structure.
· you tried to connect to the wrong destination host address
· the server application isn't running on the destination host
· the server application isn't listening on the right port. The server application might need to call htons() to translate the port to network byte order in the sockaddr structure.
WinSock functions: With a datastream socket: connect() and FD_CONNECT WSAAsyncelect() notification message.
Additional functions: With a datagram socket: send() or sendto(), or FD_READ.:)

devil
2001-06-26, 09:48 PM
很感謝你的幫忙
看的我好辛苦 霧煞煞

demitry
2001-06-27, 05:34 PM
最初由 devil
凡是續傳下載東西皆會跑出"Socket Error=10060"
要跑好幾遍才下載一次 斷ㄌ又再來
變成有些網站不能下載

這樣要如何解決ㄋ 救救我ㄅ...
我到是不認為是 Modem 的問題, 您可以重灌系統看看, 或去借台電腦來試試看..;)

powerkid
2001-06-27, 05:45 PM
最初由 demitry

我到是不認為是 Modem 的問題, 您可以重灌系統看看, 或去借台電腦來試試看..;)

這Winsock 10060錯誤大致上是說找不到正確的IP/DNS位置吧...
我也曾遇過
是因為動態DNS的Client程式沒開

devil
2001-06-27, 09:17 PM
開始下載 [http://bsd.ltcvs.ilc.edu.tw/~s921144/6.r17]。
連線到網際網路
正在:[要求]
連線到 bsd.ltcvs.ilc.edu.tw (140.111.92.5:80)
錯誤[10060 連接逾時] 在『CSession::Connect->connect』
錯誤 [317] 在『SendRequest(GET)』 -


就是以上這種情形 換一台也是
以前是642/M時 用舊電腦架dhcp sever 用client端的電腦下載都沒有這種情形
現在改機後 變的有些網站的檔案都抓不下來

各位大哥 你們看的問題出在哪ㄋ
有沒有人有642/m時的rom及bin 想把它改回去看看
拜託拜託