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

BSD_LIBRARY

(Includes any dependencies from ifs and menus.)

Default

  • 2048

Kconfig definition

At <nRF>/lib/bsdlib/Kconfig:46

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:26<nRF>/lib/Kconfig:11

Menu path: (Top) → Modules → Nordic nRF Connect → Libraries → BSD Library for nrf91 → Use BSD Socket library for IP/TLS/DTLS

config NRF91_SOCKET_BLOCK_LIMIT
    int "Maximum size the modem can send"
    default 2048
    depends on BSD_LIBRARY
    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.)