On 2014-06-27 18:11, Alexandru Ardelean wrote:
> ubus has a message size limit of about 64k.
> For some cases [like complex JSON config strings] this limit
> can be insufficient.
> Another case is when wanting to send some large base64 encoded
> strings of various (including binary) data.
>
> The
ubus has a message size limit of about 64k.
For some cases [like complex JSON config strings] this limit
can be insufficient.
Another case is when wanting to send some large base64 encoded
strings of various (including binary) data.
The following set of patches remove that limit.
Currently there i