CONFIG_COAP_WELL_KNOWN_BLOCK_WISE

CoAP ./well-known/core services block wise support

Type: bool

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.

Direct dependencies

COAP && NETWORKING

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/net/lib/coap/Kconfig:21

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:93subsys/net/lib/Kconfig:9

Menu path: (top menu) → Networking → Network Protocols

config COAP_WELL_KNOWN_BLOCK_WISE
    bool
    prompt "CoAP ./well-known/core services block wise support" if COAP && NETWORKING
    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.

(Definitions include propagated dependencies, including from if’s and menus.)