summaryrefslogtreecommitdiff
path: root/mesh/mesh-main.conf
blob: aca9e6fa5a366ca8b3c22056e37b34004b487d0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[General]

# Default setting for to indicate whether secure network beaconing
# is enabled for a node whose Beacon state hasn't been configured
# by a configuration client, i.e., for a newly provisioned, created
# or imported node.
# Defaults to true.
#Beacon = true

# Default setting for supporting relay. The setting applies
# to all local nodes.
# If the value is true, then a configuration client can either enable or disable
# the relay feature per local node.
# If the value is false, then the relay feature cannot be configured for
# any local node.
# Defaults to true.
#Relay = true

# Default setting for supporting Friendship. The setting applies
# to all local nodes.
# If the value is true, then a configuration client can either enable or disable
# the Friendship feature per local node.
# If the value is false, then the Friendship feature cannot be configured for
# any local node.
# Defaults to true.
#Friendship = true

# Default depth of replay protection list. This setting applies to
# each individual node.
# Valid range 1-65535.
# Defaults to 100.
#CRPL = 100

# Default size of friend queue: the number of messages that each Friend node can
# store for the Low Power node.
# Valid range: 0-32.
# Defaults to 32.
#FriendQueueSize = 32

# Provisioning timeout in seconds.
# Setting this value to zero means there's no timeout.
# Defaults to 60.
#ProvTimeout = 60