« Previous | Next » 

Revision 97ebbab0

ID97ebbab0e324831dff47dbfa4bed55808cb3ec74

Added by Stefan Hajnoczi about 11 years ago

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 <>
Tested-by: Nick Thomas <>
Signed-off-by: Stefan Hajnoczi <>
Signed-off-by: Paolo Bonzini <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences