Re: [libvirt] [PATCH] Fix max stream packet size for old clients

2013-09-30 Thread Michal Privoznik
On 30.09.2013 18:29, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > The libvirtd server pushes data out to clients. It does not > know what protocol version the client might have, so must be > conservative and use the old payload limits. ie send no more > than 256kb of data per packet

[libvirt] [PATCH] Fix max stream packet size for old clients

2013-09-30 Thread Daniel P. Berrange
From: "Daniel P. Berrange" The libvirtd server pushes data out to clients. It does not know what protocol version the client might have, so must be conservative and use the old payload limits. ie send no more than 256kb of data per packet. Signed-off-by: Daniel P. Berrange --- daemon/stream.c