<div dir="ltr">Hi,<div><br></div><div>We are using Openssl for establish a secure communications for both TCP/SCTP connections.</div><div><br></div><div>In our application it is possible that remote end forcefully disconnect the connection due to which </div><div><br></div><div>SSL_Write raises a SIGPIPE which we want to suppress. Does openssl </div><div><br></div><div>provide any way to set MSG_NOSIGNAL on sendmsg (Underlying TCP/IP socket layer) ?</div><div><br></div><div>Unfortunately we cannot use "setsockopt" with "SO_NOSIGPIPE"  as it is not supported by LINUX </div><div><br></div><div>and also we are unable to stop the SIGPIPE with function call signal(SIGPIPE, SIG_IGN). </div><div><br></div><div><br></div><div>Thanks,<br>Mahesh G S</div></div>