qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v1 07/16] io: add abstract QIOChannel classes


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH v1 07/16] io: add abstract QIOChannel classes
Date: Tue, 22 Sep 2015 14:19:27 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0


On 18/09/2015 15:19, Daniel P. Berrange wrote:
> +    QIO_CHANNEL_FEATURE_FD_PASS  = (1 << 0),
> +    QIO_CHANNEL_FEATURE_SHUTDOWN = (1 << 1),
> +    QIO_CHANNEL_FEATURE_DELAY    = (1 << 2),
> +    QIO_CHANNEL_FEATURE_CORK     = (1 << 3),

TCP_NODELAY and TCP_CORK are just hints; I think it is okay to just
ignore them if not supported.  You obviously disagree, so the question
is why? :)

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]