Lines Matching +full:header +full:- +full:payload
4 # SPDX-License-Identifier: Apache-2.0
21 bool "CoAP ./well-known/core services block wise support"
24 to ./well-known/core request. Without this option all resource's
30 int "CoAP ./well-known/core services block wise support"
96 This option enables MQTT-style wildcards in path. Disable it if
102 This option enables keeping application-specific user data
108 This option enables the API for CoAP-client for sending CoAP requests
119 int "LWM2M CoAP block-wise transfer size"
123 CoAP block size used by CoAP client when performing block-wise
127 int "Message payload size"
130 CoAP client message payload size. Can't be smaller than COAP_CLIENT_BLOCK_SIZE.
133 int "Room for CoAP header data"
137 Extra room allocated to handle CoAP header data
171 This option enables the API for CoAP-services to register resources.
182 int "CoAP server block-wise transfer size"
186 CoAP block size used by CoAP server resources when performing block-wise
190 int "CoAP server message payload size"
193 CoAP server message payload size. Can't be smaller than COAP_SERVER_BLOCK_SIZE.
202 bool "CoAP server support ./well-known/core service"
205 Enable responding to the ./well-known/core service resource.
259 module-dep = NET_LOG
260 module-str = Log level for CoAP
261 module-help = Enables CoAP debug messages.