|
|
|
原帖由 Kyan 于 2009-5-17 05:45 发表 ![]()
A connection was forcibly closed by a peer. This normally results from a loss of the connection on the remote socket due to a timeout or a reboot..
It is one of the winsock error descriptions from altn.com. http://www.altn.com/Support/KnowledgeBase/KnowledgeBaseResults/?Number=KBA-01196
WSAECONNRESET (10054) Connection reset by peer
A connection was forcibly closed by a peer. This normally results from a loss of the connection on the remote socket due to a timeout or a reboot.
User suggestions: Some network systems have commands to report statistics. In this case, it might be possible to check the count of TCP RST packets received, or ICMP Port Unreachable packets. See other suggestions under WSAECONNABORTED.
In fact, most of cases cannot be solved if no specifically pointing out the main problems. Do you know what I mean? |
|