Revision 97ebbab0

b/block/nbd.c
406 406
        sock = unix_socket_outgoing(qemu_opt_get(s->socket_opts, "path"));
407 407
    } else {
408 408
        sock = tcp_socket_outgoing_opts(s->socket_opts);
409
        if (sock >= 0) {
410
            socket_set_nodelay(sock);
411
        }
409 412
    }
410 413

  
411 414
    /* Failed to establish connection */

Also available in: Unified diff