s4:librpc/rpc: allow a total reassembled response payload of 240 MBytes
authorStefan Metzmacher <metze@samba.org>
Wed, 22 Jun 2016 15:18:28 +0000 (17:18 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 22 Jun 2016 22:50:17 +0000 (00:50 +0200)
commit7413e73c5331b760dc84b3843059230ec5fcfc7b
treeff1eb63dcf75be878368ed6e1ba270ff7a1aa195
parent281e11b53f676647997fb9ce21227782529a62ad
s4:librpc/rpc: allow a total reassembled response payload of 240 MBytes

This will replace DCERPC_NCACN_PAYLOAD_MAX_SIZE (4 MByte),
The limit of DCERPC_NCACN_PAYLOAD_MAX_SIZE (4 MByte) was too
strict for some workloads, e.g. DRSUAPI replication with large objects.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11948

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/librpc/rpc/dcerpc.c
source4/librpc/rpc/dcerpc.h