
On 01/08/2013 10:40 AM, John Ferlan wrote:
--- src/xen/xend_internal.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/src/xen/xend_internal.c b/src/xen/xend_internal.c index 84a25e8..01d317c 100644 --- a/src/xen/xend_internal.c +++ b/src/xen/xend_internal.c @@ -89,11 +89,10 @@ do_connect(virConnectPtr xend) }
/* - * try to desactivate slow-start + * try to deactivate slow-start */ - setsockopt(s, IPPROTO_TCP, TCP_NODELAY, (void *)&no_slow_start, - sizeof(no_slow_start)); - + ignore_value(setsockopt(s, IPPROTO_TCP, TCP_NODELAY, (void *)&no_slow_start, + sizeof(no_slow_start)));
I've gone ahead and pushed this one. It seems like you have quite a few outstanding patches that are pending review; it may help to post a single message in a new thread (not buried in an existing thread) with ULRs to list archives of which messages still need some attention; https://www.redhat.com/archives/libvir-list/2013-January/thread.html may be a useful starting point. -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org