coap. lem2m: add DTLS_RETRANSMISSION_TIMEOUT to docker yml
This commit is contained in:
parent
bbcd2ed047
commit
08f811075c
@ -97,6 +97,8 @@ transport:
|
|||||||
dtls:
|
dtls:
|
||||||
# Enable/disable DTLS 1.2 support
|
# Enable/disable DTLS 1.2 support
|
||||||
enabled: "${COAP_DTLS_ENABLED:false}"
|
enabled: "${COAP_DTLS_ENABLED:false}"
|
||||||
|
# RFC7925_RETRANSMISSION_TIMEOUT_IN_MILLISECONDS = 9000
|
||||||
|
retransmission_timeout_in_sec: "${DTLS_RETRANSMISSION_TIMEOUT:9}"
|
||||||
# CoAP DTLS bind address
|
# CoAP DTLS bind address
|
||||||
bind_address: "${COAP_DTLS_BIND_ADDRESS:0.0.0.0}"
|
bind_address: "${COAP_DTLS_BIND_ADDRESS:0.0.0.0}"
|
||||||
# CoAP DTLS bind port
|
# CoAP DTLS bind port
|
||||||
|
|||||||
@ -103,6 +103,10 @@ transport:
|
|||||||
enabled: "${TB_TRANSPORT_LOG_ENABLED:true}"
|
enabled: "${TB_TRANSPORT_LOG_ENABLED:true}"
|
||||||
max_length: "${TB_TRANSPORT_LOG_MAX_LENGTH:1024}"
|
max_length: "${TB_TRANSPORT_LOG_MAX_LENGTH:1024}"
|
||||||
# Local LwM2M transport parameters
|
# Local LwM2M transport parameters
|
||||||
|
coap:
|
||||||
|
dtls:
|
||||||
|
# RFC7925_RETRANSMISSION_TIMEOUT_IN_MILLISECONDS = 9000
|
||||||
|
retransmission_timeout_in_sec: "${DTLS_RETRANSMISSION_TIMEOUT:9}"
|
||||||
lwm2m:
|
lwm2m:
|
||||||
# Enable/disable lvm2m transport protocol.
|
# Enable/disable lvm2m transport protocol.
|
||||||
enabled: "${LWM2M_ENABLED:true}"
|
enabled: "${LWM2M_ENABLED:true}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user