ISocket.suppress_sigpipe

If true, send() and therefore write() are requested not to send SIGPIPE on errors when this socket is stream oriented (e.g. TCP) and the other end breaks the connection.

class ISocket
bool suppress_sigpipe;

Meta