Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
mac osxでSIGPIPEを回避するために、フラグを使用してみました
SO_NOSIGPIPE
これは
MSG_NOSIGNAL
Linuxで。しかし、それでもSIGPIPEエラーが発生しています。それを回避する方法は?
前もって感謝します。:)
無視はどのように機能しSIGPIPEますか?
SIGPIPE
signal(SIGPIPE, SIG_IGN);