DFHack / clsocket

SimpleSockets is a lightweight set of classes that allow developers to implement IP based network programs.
http://sockets.carrierlabs.com/
157 stars 65 forks source link

Use MSG_NOSIGNAL when SIGPIPE occurs #29

Open childhoodisend opened 6 months ago

childhoodisend commented 6 months ago

https://github.com/DFHack/clsocket/blob/8cf949340e22001bee1ca25c9d6c1d6a89e8faf2/src/SimpleSocket.cpp#L404

myk002 commented 6 months ago

could you explain the intended effect of the change a bit more?