This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: recv and errno during a connection reset/closed by peer


On Fri, 25 Mar 2005, Peter Stephens wrote:

> I boiled this down to nothing(see below).  I must be missing something
> basic.

Yup.

> I tried the suggestions made so far and it never gets to:
>
> 	printf(" >>> ERRNO %i\n", errno);
>
> I would expect that on a disconnect (I use putty in telnet or raw mode) it
> would return -1 whether it is doing MSG_PEEK or an actual retrieval.  No
> luck.

Nope (http://www.opengroup.org/onlinepubs/7990989775/xns/recv.html):

"If no messages are available to be received and the peer has performed an
orderly shutdown, recv() returns 0."

I think that's what you're missing.

-- 
Brian Ford
Senior Realtime Software Engineer
VITAL - Visual Simulation Systems
FlightSafety International
the best safety device in any aircraft is a well-trained pilot...

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]