SSL_MODE_AUTO_RETRY

Never bother the application with retries if the transport is blocking:

extern (C) nothrow @nogc
enum SSL_MODE_AUTO_RETRY = 0x00000004L;

Meta