|
From: Keith M. <kei...@us...> - 2006-03-26 13:37:03
|
On Sunday 26 March 2006 6:27 am, Matt England wrote: > Does MinGW provide support for the SIGPIPE signal in order to > catch OpenSSL SSL_Write() function failures? Matt, You shold consult MSDN, for answers to what is and isn't supported by Windows; since you are apparently heavily involved in cross-platform development, the following link should be of particular interest: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnucmg/html/ucmglp.asp The short answer to your question is that MinGW supports the features that Windows provides, and Windows does *not* support SIGPIPE: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_CRT_signal_Constants.asp HTH, Keith. |