PtokaX forum

PtokaX => Support => Topic started by: 7P-Darkman on 11 April, 2007, 06:20:59

Title: What's "recv(MSG_PEEK)" error?
Post by: 7P-Darkman on 11 April, 2007, 06:20:59
Hello friendds...

After upgrade to Ptokax 0.3.5.2h, i have found many errors message into Ptokax UDP-Debug Receiver... seen:

Quote
22:08:27 - [ERR] [DSL-Lelekla-CH] (84.227.175.46): recv(MSG_PEEK) error WSAECONNRESET. User is being closed.
22:14:59 - [ERR] Gayol
 (201.74.201.132): recv(MSG_PEEK) error WSAECONNRESET. User is being closed.
22:17:14 - [ERR] mDz (201.14.174.119): recv(MSG_PEEK) error WSAECONNRESET. User is being closed.
22:21:06 - [ERR] kris (87.91.36.204): recv(MSG_PEEK) error WSAECONNRESET. User is being closed.
22:36:18 - [ERR] Helsir (85.167.149.146): recv(MSG_PEEK) error WSAECONNRESET. User is being closed.
22:59:06 - [ERR] Goombah (85.221.45.156): recv(MSG_PEEK) error WSAECONNRESET. User is being closed.
23:30:26 - [ERR] VomitusMaximus (87.226.29.206): recv(MSG_PEEK) error WSAECONNRESET. User is being closed.

I search this error message into Ptokax Wiki, but not have success. Somebody would know there to inform me what it would be an error of the type: "recv(MSG_PEEK)" ???

Respectfully,


7P-Darkman
Title: Re: What's "recv(MSG_PEEK)" error?
Post by: PPK on 11 April, 2007, 09:08:56
recv = data receive, and important part of this message is WSAECONNRESET
Quote from: MSDN libraryConnection 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.
Title: Re: What's "recv(MSG_PEEK)" error?
Post by: 7P-Darkman on 11 April, 2007, 13:57:18
Hello PPK...


Thanks for the explanation... but my doubt was on the meaning of "MSG_PEEK", and I found into Microsoft Knowledge Base some this poor information:

http://support.microsoft.com/?scid=kb%3Ben-us%3B140263&x=11&y=13

Respectfully,


7P-Darkman
Hummmm... maybe this another discursion launches some light on my doubt:

http://www.codeguru.com/forum/showthread.php?t=361699

Respectfully,


7P-Darkman