Re: [PATCH] fhandler_socket::sendto and EPIPE

2003-03-20 Thread Corinna Vinschen
On Wed, Mar 19, 2003 at 06:17:49PM -0600, Brian Ford wrote: > 2003-03-19 Brian Ford <[EMAIL PROTECTED]> > > * fhandler_socket.cc (sendto): Handle SIGPIPE for ECONNRESET. Hmm, while this looks okay on the first glance, reading SUSv3 and the Linux man pages tell another story. SUSv3 has an

[PATCH] fhandler_socket::sendto and EPIPE

2003-03-19 Thread Brian Ford
2003-03-19 Brian Ford <[EMAIL PROTECTED]> * fhandler_socket.cc (sendto): Handle SIGPIPE for ECONNRESET. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444 Index: fhandler_socket.cc ===