2020-02-25 23:57:36 +08:00
|
|
|
CONFIG_LWM2M_QUEUE_MODE_ENABLED=y
|
2024-01-25 22:34:21 +08:00
|
|
|
|
|
|
|
# Listen for incoming CoAP messages for 30 seconds after last TX.
|
|
|
|
# This is a common NAT timeout for cellular networks.
|
|
|
|
CONFIG_LWM2M_QUEUE_MODE_UPTIME=30
|
|
|
|
|
|
|
|
# When DTLS Connection Identifier is used, we can keep socket open
|
|
|
|
# and just stop polling while in idle state (QUEUE_RX_OFF).
|
|
|
|
# If the server does not support DTLS-CID, use
|
2023-11-09 17:59:09 +08:00
|
|
|
CONFIG_LWM2M_RD_CLIENT_STOP_POLLING_AT_IDLE=y
|
|
|
|
|
2023-09-28 18:28:33 +08:00
|
|
|
# Default lifetime is 1 day
|
|
|
|
CONFIG_LWM2M_ENGINE_DEFAULT_LIFETIME=86400
|
|
|
|
# Send update once an hour
|
|
|
|
CONFIG_LWM2M_UPDATE_PERIOD=3600
|