Re: [PATCH v4 0/3] nbd: Increase unix socket buffer size

2025-05-19 Thread Eric Blake
On Sat, May 17, 2025 at 11:11:51PM +0300, Nir Soffer wrote: > On both macOS and Linux, the default send buffer size is too small causing > poor > performance when reading and writing to qemu-nbd. A simple way to experience > this is to compare TCP and unix sockets, showing that TCP socket is much

[PATCH v4 0/3] nbd: Increase unix socket buffer size

2025-05-17 Thread Nir Soffer
On both macOS and Linux, the default send buffer size is too small causing poor performance when reading and writing to qemu-nbd. A simple way to experience this is to compare TCP and unix sockets, showing that TCP socket is much faster. Programs like nbdcopy partly mitigate this by using multiple