Re: [PATCH v3 1/2] io: Increase unix socket buffers size on macOS

2025-05-07 Thread Daniel P . Berrangé
On Wed, May 07, 2025 at 08:17:19PM +0300, Nir Soffer wrote: > > > > On 7 May 2025, at 19:37, Daniel P. Berrangé wrote: > > > > On Sun, Apr 27, 2025 at 07:50:28PM +0300, Nir Soffer wrote: > >> On macOS we need to increase unix stream socket buffers size on the > >> client and server to get good

Re: [PATCH v3 1/2] io: Increase unix socket buffers size on macOS

2025-05-07 Thread Nir Soffer
> On 7 May 2025, at 19:37, Daniel P. Berrangé wrote: > > On Sun, Apr 27, 2025 at 07:50:28PM +0300, Nir Soffer wrote: >> On macOS we need to increase unix stream socket buffers size on the >> client and server to get good performance. We set socket buffers on >> macOS after connecting or accept

Re: [PATCH v3 1/2] io: Increase unix socket buffers size on macOS

2025-05-07 Thread Daniel P . Berrangé
On Sun, Apr 27, 2025 at 07:50:28PM +0300, Nir Soffer wrote: > On macOS we need to increase unix stream socket buffers size on the > client and server to get good performance. We set socket buffers on > macOS after connecting or accepting a client connection. For unix > datagram socket we need diff

[PATCH v3 1/2] io: Increase unix socket buffers size on macOS

2025-04-27 Thread Nir Soffer
On macOS we need to increase unix stream socket buffers size on the client and server to get good performance. We set socket buffers on macOS after connecting or accepting a client connection. For unix datagram socket we need different configuration that can be done later. Testing shows that sett