PtokaX forum

PtokaX => Support => Topic started by: Tw?sT?d-d?v on 10 January, 2007, 18:56:32

Title: PxUdpReceiver error meanings ?
Post by: Tw?sT?d-d?v on 10 January, 2007, 18:56:32
Can some please explain what the folling errors mean.

recv() error WSAECONNRESET. User is being closed.
send() error WSAECONNRESET. User is being closed.

and if they can be fixed


Sorry didnt see the other post on this subject on search      please delete post .     
Title: Re: PxUdpReceiver error meanings ?
Post by: PPK on 10 January, 2007, 21:11:45
From Microsoft Developer Network Library
Quote
WSAECONNRESET
Connection reset by peer.
An 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, the host or remote network interface is disabled, or the remote host uses 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.