coap. lem2m: add DTLS_RETRANSMISSION_TIMEOUT to docker yml

This commit is contained in:
nickAS21 2022-09-06 18:11:18 +03:00
parent bbcd2ed047
commit 08f811075c
2 changed files with 6 additions and 0 deletions

View File

@ -97,6 +97,8 @@ transport:
dtls:
# Enable/disable DTLS 1.2 support
enabled: "${COAP_DTLS_ENABLED:false}"
# RFC7925_RETRANSMISSION_TIMEOUT_IN_MILLISECONDS = 9000
retransmission_timeout_in_sec: "${DTLS_RETRANSMISSION_TIMEOUT:9}"
# CoAP DTLS bind address
bind_address: "${COAP_DTLS_BIND_ADDRESS:0.0.0.0}"
# CoAP DTLS bind port

View File

@ -103,6 +103,10 @@ transport:
enabled: "${TB_TRANSPORT_LOG_ENABLED:true}"
max_length: "${TB_TRANSPORT_LOG_MAX_LENGTH:1024}"
# Local LwM2M transport parameters
coap:
dtls:
# RFC7925_RETRANSMISSION_TIMEOUT_IN_MILLISECONDS = 9000
retransmission_timeout_in_sec: "${DTLS_RETRANSMISSION_TIMEOUT:9}"
lwm2m:
# Enable/disable lvm2m transport protocol.
enabled: "${LWM2M_ENABLED:true}"