mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
14 lines
347 B
Text
14 lines
347 B
Text
if PACKAGE_uspd
|
|
|
|
menu "Configuration"
|
|
config USPD_MAX_MSG_LEN
|
|
int "Maximum message length"
|
|
default 10485760
|
|
help
|
|
Set the maximum data length allowed over ubus in Bytes.
|
|
|
|
This value should not be larger than UBUS_MAX_MSGLEN from ubusd.
|
|
The maximum blob message length allowed is:
|
|
(configured value - 128) bytes
|
|
endmenu
|
|
endif
|