SSL_get_rfd
__owur int SSL_get_rfd(const SSL *s);
return SSL_get_rfd(s);
if (!TEST_int_gt(csock = SSL_get_rfd(clientquic), 0))