2a97305 Do not send SIGPIPE on disconnection

1 file Authored by Shantanu Goel 11 years ago, Committed by sgallagh 11 years ago,
    Do not send SIGPIPE on disconnection
    
    Note we set MSG_NOSIGNAL to avoid
    having to fiddle with signal masks
    but also do not want to die in case
    SIGPIPE gets raised and the application
    does not handle it.
    
        
file modified
+21 -6