+3
−0
Loading
Disable the Nagle algorithm to reduce latency. Note this means we must also use TCP_CORK when sending header followed by payload to avoid fragmenting lots of little packets. The previous patch took care of that. Suggested-by:Nick Thomas <nick@bytemark.co.uk> Tested-by:
Nick Thomas <nick@bytemark.co.uk> Signed-off-by:
Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>