BIO_set_tcp_ndelay
BIO_set_tcp_ndelay(sock, 1);
int BIO_set_tcp_ndelay(int sock, int turn_on);
if (!BIO_set_tcp_ndelay(wfd, 1)) {
if (domain == AF_INET && !BIO_set_tcp_ndelay(fds[1], 1)) {