Browse Source

coap. lem2m: add DTLS_RETRANSMISSION_TIMEOUT to docker yml

pull/7216/head
nickAS21 4 years ago
parent
commit
08f811075c
  1. 2
      transport/coap/src/main/resources/tb-coap-transport.yml
  2. 4
      transport/lwm2m/src/main/resources/tb-lwm2m-transport.yml

2
transport/coap/src/main/resources/tb-coap-transport.yml

@ -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

4
transport/lwm2m/src/main/resources/tb-lwm2m-transport.yml

@ -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}"

Loading…
Cancel
Save