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