Eric Pouech eric.pouech@wanadoo.fr writes:
so, what's the preferred way of handling this:
- bump the request_max_size to the needed size (but all requests will be penalized about it)
- remove the request_max_size (therefore aligning the size of the request on the one of the biggest available)
- try to compress the structure fields (most of the data are 32 bits, whereas they would fit in 16 bit fields)
- store the data above the 64 bytes into the variable part of the message (but that would break the current structure scheme)
Do 3) if possible, otherwise 4). The size limit is necessary to ensure forward compatibility and should not be changed.