You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/documentation/content/admin-guide/coap-adapter-config.md
-1
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,6 @@ configuring the CoAP adapter.
45
45
|`HONO_COAP_MAXCONNECTIONS`<br>`hono.coap.maxConnections`| no |`0`| The maximum number of concurrent DTLS connections that the protocol adapter should accept. If set to `0`, the protocol adapter determines a reasonable value based on the available resources like memory and CPU. |
46
46
|`HONO_COAP_MAXPAYLOADSIZE`<br>`hono.coap.maxPayloadSize`| no |`2048`| The maximum allowed size of an incoming CoAP request's body in bytes. Requests with a larger body size are rejected with a 4.13 `Request entity too large` response. |
47
47
|`HONO_COAP_MESSAGEOFFLOADINGENABLED`<br>`hono.coap.messageOffloadingEnabled`| no | true | Enables to clear payload and serialized messages kept for deduplication in order to reduce the heap consumption. Experimental. |
48
-
|`HONO_COAP_MESSAGETRACINGLOGENABLED`<br>`hono.coap.messageTracingLogEnabled`| no |`false`| If set to `true` the protocol adapter will start to log every incoming and outgoing CoAP messages with tracing information (message connection information, request code, confirmable and confirmed details, MID, token, options, status and the payload partially). |
49
48
|`HONO_COAP_NETWORKCONFIG`<br>`hono.coap.networkConfig`| no | - | The absolute path to a Californium properties file containing network configuration properties that should be used for the insecure and secure CoAP port. If not set, Californium's default properties will be used. Values may be overwritten using the specific `HONO_COAP_INSECURENETWORKCONFIG` or `HONO_COAP_SECURENETWORKCONFIG`. If the file is not available, not readable or malformed, the adapter will fail to start. |
50
49
|`HONO_COAP_PORT`<br>`hono.coap.port`| no | - | The secure port that the protocol adapter should listen on.<br>See [Port Configuration]({{< relref "#port-configuration" >}}) below for details. |
51
50
|`HONO_COAP_SECURENETWORKCONFIG`<br>`hono.coap.secureNetworkConfig`| no | - | The absolute path to a Californium properties file containing network configuration properties that should be used for the secure CoAP port. If not set, Californium's default properties will be used. If the file is not available, not readable or malformed, the adapter will fail to start. |
0 commit comments