Paolo Bonzini <pbonz...@redhat.com> wrote: > Il 21/09/2012 16:08, Juan Quintela ha scritto: >> - s->fd = inet_connect(host_port, false, &in_progress, errp); >> + s->fd = inet_connect(host_port, true, &in_progress, errp); > > This makes the connect operation blocking. > > Does this mean that Orit's patches for non-blocking connect are not > useful anymore? > > Or should we instead leave this as is, and later call socket_set_block?
fixed calling set-block. Easier that way. Later, Juan.