[libvirt] [PATCH v2 5/10] xen: Ignore return status for TCP_NODELAY

Eric Blake eblake at redhat.com
Tue Jan 15 22:24:10 UTC 2013


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 621 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20130115/2fa804f1/attachment-0001.sig>


More information about the libvir-list mailing list