BIO_RR_CONNECT

Returned from the connect BIO when a connect would have blocked

extern (C) nothrow @nogc
enum BIO_RR_CONNECT = 0x02;

Meta