s4:rpc_server: use a variable for the max total reassembled request payload
[samba.git] / source4 / rpc_server / dcerpc_server.h
index 15b25ea8fda32927405ab93c65678933311d6f41..72cb1bb12228bf4f246c8766dc419727965f76f1 100644 (file)
@@ -273,6 +273,9 @@ struct dcesrv_connection {
 
        /* the association group the connection belongs to */
        struct dcesrv_assoc_group *assoc_group;
+
+       /* The maximum total payload of reassembled request pdus */
+       size_t max_total_request_size;
 };