summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStefan Hajnoczi2013-04-15 16:14:48 +0200
committerPaolo Bonzini2013-04-15 16:35:17 +0200
commit97ebbab0e324831dff47dbfa4bed55808cb3ec74 (patch)
treead5c8fa8650ae79a6b92eb09e50aa5ac6062fa79 /include
parentnbd: use TCP_CORK in nbd_co_send_request() (diff)
downloadqemu-97ebbab0e324831dff47dbfa4bed55808cb3ec74.tar.gz
qemu-97ebbab0e324831dff47dbfa4bed55808cb3ec74.tar.xz
qemu-97ebbab0e324831dff47dbfa4bed55808cb3ec74.zip
nbd: set TCP_NODELAY
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>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions