BIO_RR_ACCEPT

Returned from the accept BIO when an accept would have blocked

extern (C) nothrow @nogc
enum BIO_RR_ACCEPT = 0x03;

Meta