BIO_s_socket
ret = BIO_new(BIO_s_socket());
bio = BIO_new(BIO_s_socket());
const BIO_METHOD *BIO_s_socket(void);
return BIO_s_socket();