mesh-main.conf 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. [General]
  2. # Default setting for to indicate whether secure network beaconing
  3. # is enabled for a node whose Beacon state hasn't been configured
  4. # by a configuration client, i.e., for a newly provisioned, created
  5. # or imported node.
  6. # Defaults to true.
  7. #Beacon = true
  8. # Default setting for supporting relay. The setting applies
  9. # to all local nodes.
  10. # If the value is true, then a configuration client can either enable or disable
  11. # the relay feature per local node.
  12. # If the value is false, then the relay feature cannot be configured for
  13. # any local node.
  14. # Defaults to true.
  15. #Relay = true
  16. # Default setting for supporting Friendship. The setting applies
  17. # to all local nodes.
  18. # If the value is true, then a configuration client can either enable or disable
  19. # the Friendship feature per local node.
  20. # If the value is false, then the Friendship feature cannot be configured for
  21. # any local node.
  22. # Defaults to true.
  23. #Friendship = true
  24. # Default depth of replay protection list. This setting applies to
  25. # each individual node.
  26. # Valid range 1-65535.
  27. # Defaults to 100.
  28. #CRPL = 100
  29. # Default size of friend queue: the number of messages that each Friend node can
  30. # store for the Low Power node.
  31. # Valid range: 0-32.
  32. # Defaults to 32.
  33. #FriendQueueSize = 32
  34. # Provisioning timeout in seconds.
  35. # Setting this value to zero means there's no timeout.
  36. # Defaults to 60.
  37. #ProvTimeout = 60