不会呀?我的 Error Lookup 显示:
An existing connection was forcibly closed by the remote host. 

解决方案 »

  1.   

    在MSDN里面有
    WSAECONNRESET 
    (10054) 
    Connection reset by peer. 
    A existing connection was forcibly closed by the remote host. This normally results if the peer application on the remote host is suddenly stopped, the host is rebooted, or the remote host used a "hard close" (see setsockopt for more information on the SO_LINGER option on the remote socket.) This error may also result if a connection was broken due to "keep-alive" activity detecting a failure while one or more operations are in progress. Operations that were in progress fail with WSAENETRESET. Subsequent operations fail with WSAECONNRESET. 
      

  2.   

    可用::FormatMessage()取得错误消息呀!