-
CONFIG_MEMFAULT_HTTP_MAX_POST_SIZE
¶
Set the Maximum HTTP Body Size Memfault will use in a POST request
Type: int
Help¶
Some network drivers have bugs which limit the maximum amount of
data that can be sent in a single HTTP request. When the value is 0 (default),
no size restriction on HTTP post size will be enforced. For a non-zero value,
this will be the maximum body length of a posted check. This size is allocated
on the stack posting the data.
Direct dependencies¶
MEMFAULT_HTTP_ENABLE
&& MEMFAULT_HTTP_ENABLE
&& MEMFAULT
(Includes any dependencies from ifs and menus.)
Default¶
0
Kconfig definition¶
At /home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/memfault-firmware-sdk/ports/zephyr/Kconfig:122
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:38
Menu path: (Top) → Modules → memfault-firmware-sdk (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/memfault-firmware-sdk) → MEMFAULT Support
config MEMFAULT_HTTP_MAX_POST_SIZE
int "Set the Maximum HTTP Body Size Memfault will use in a POST request"
default 0
depends on MEMFAULT_HTTP_ENABLE && MEMFAULT_HTTP_ENABLE && MEMFAULT
help
Some network drivers have bugs which limit the maximum amount of
data that can be sent in a single HTTP request. When the value is 0 (default),
no size restriction on HTTP post size will be enforced. For a non-zero value,
this will be the maximum body length of a posted check. This size is allocated
on the stack posting the data.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)