ISocket.close_in_destructor

If true, the destructor will call close(). Enabled by socket()/accept() on success, disabled by close() and socket()/accept() on failure. Should be modified otherwise only in special situations.

class ISocket
bool close_in_destructor;

Meta