:orphan: .. title:: CONFIG_COAP_WELL_KNOWN_BLOCK_WISE .. kconfig:: CONFIG_COAP_WELL_KNOWN_BLOCK_WISE CONFIG_COAP_WELL_KNOWN_BLOCK_WISE ################################# *CoAP ./well-known/core services block wise support* Type: ``bool`` Help ==== .. code-block:: none This option enables the block wise support of CoAP response to ./well-known/core request. Without this option all resource's information will be sent in a single IP packet (can be multiple fragments depends on MTU size). This will be useful in mesh kind of networks. Direct dependencies =================== \ :kconfig:`COAP ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/net/lib/coap/Kconfig:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:89`` → ``/net/lib/Kconfig:6`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols → CoAP Support .. code-block:: kconfig config COAP_WELL_KNOWN_BLOCK_WISE bool "CoAP ./well-known/core services block wise support" depends on COAP && NETWORKING help This option enables the block wise support of CoAP response to ./well-known/core request. Without this option all resource's information will be sent in a single IP packet (can be multiple fragments depends on MTU size). This will be useful in mesh kind of networks. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*