CONFIG_NRF91_SOCKET_BLOCK_LIMIT
Maximum size the modem can send
Type: int
Help
Blocks larger than this value will be split into two or more
send() or sendto() calls. This may not work for certain kinds
of sockets or certain flag parameter values.
Default
2048
Kconfig definition
At <nRF>/lib/nrf_modem_lib/Kconfig.modemlib:69
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:94
→ <nRF>/lib/Kconfig:11
→ <nRF>/lib/nrf_modem_lib/Kconfig:22
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → Enable Modem library
config NRF91_SOCKET_BLOCK_LIMIT
int "Maximum size the modem can send"
default 2048
depends on NRF_MODEM_LIB
help
Blocks larger than this value will be split into two or more
send() or sendto() calls. This may not work for certain kinds
of sockets or certain flag parameter values.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)