Pavlin Radoslavov wrote: >> Ben, >> >> Could you try the following patch. >> It basically gets rid of the SIGPIPE handling and uses >> "signal(SIGPIPE, SIG_IGN)" to completely ignore SIGPIPE inside the >> EventLoop constructor. >> Instead of dealing with SIGPIPE, we handle error conditions by >> using the return error code. > > Patch committed to CVS:
Thanks for this. I have been too busy to try this out, but should have time next week. Thanks, Ben -- Ben Greear <[EMAIL PROTECTED]> Candela Technologies Inc http://www.candelatech.com _______________________________________________ Xorp-hackers mailing list [email protected] http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers
