search for: f726d900

Displaying 1 result from an estimated 1 matches for "f726d900".

2006 Dec 08
1
linux sockets on centos (slightly off topic)
Hi all, I have a snippit from the linux sockets (below) talking about detecting when a socket is closed on the other end. It says the doing a read() will eventually inform you the socket is ECONNRESET. I am not seeing this I open a socket to the peer. I UNPLUG the peer. I plug back in the peer. all the time I am doing read()'s on linux and I get returns of -1 and errno is EINTR from the