]> xenbits.xensource.com Git - libvirt.git/commit
rpc: Size up RPC limits
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 27 Apr 2012 12:49:48 +0000 (14:49 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 5 Jun 2012 15:48:40 +0000 (17:48 +0200)
commiteb635de1fed3257c5c62b552d1ec981c9545c1d7
treee1b81466bc65c7369eda24ae751f8ee0dc34f350
parenta2c304f6872f15c13c1cd642b74008009f7e115b
rpc: Size up RPC limits

Since we are allocating RPC buffer dynamically, we can increase limits
for max. size of RPC message and RPC string. This is needed to cover
some corner cases where libvirt is run on such huge machines that their
capabilities XML is 4 times bigger than our current limit. This leaves
users with inability to even connect.
src/libvirt.c
src/remote/remote_protocol.x
src/rpc/virnetprotocol.x