Il 15/04/2013 16:14, Stefan Hajnoczi ha scritto:
> The nbd block driver should use TCP_NODELAY. Nick Thomas
>
> measured a 40 millisecond latency added by the Naggle algorithm.
>
> This series turns on TCP_NODELAY. This requires that we use TCP_CORK to
> efficiently send NBD requests that cont
On Mon, 2013-04-15 at 16:14 +0200, Stefan Hajnoczi wrote:
> The nbd block driver should use TCP_NODELAY. Nick Thomas
>
> measured a 40 millisecond latency added by the Naggle algorithm.
>
> This series turns on TCP_NODELAY. This requires that we use TCP_CORK to
> efficiently send NBD requests
The nbd block driver should use TCP_NODELAY. Nick Thomas
measured a 40 millisecond latency added by the Naggle algorithm.
This series turns on TCP_NODELAY. This requires that we use TCP_CORK to
efficiently send NBD requests that contain a payload after the header.
Finally, fix a bug where we f