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.

Direct dependencies

NRF_MODEM_LIB

(Includes any dependencies from ifs and menus.)

Default

  • 2048

Kconfig definition

At <nRF>/lib/nrf_modem_lib/Kconfig:43

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:52<nRF>/lib/Kconfig:11

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.)