From 4a1bea28b15b4ab9b9c962597162cb4070587763 Mon Sep 17 00:00:00 2001 From: Inga Stotland Date: Tue, 10 Dec 2019 16:56:16 -0800 Subject: mesh: Add mesh-main.conf file with general mesh configuration This adds key file with default settings for the mesh daemon. The following settings are included: Beacon: 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., this setting apllies to a newly provisioned, created or imported node. Relay: Default setting for supporting relay Friendship: Default setting for supporting Friendship CRPL: Default depth of replay protection list. FriendQueueSize: Default size of friend queue: the number of messages that each Friend node can store for the Low Power node. ProvTimeout: Provisioning timeout in seconds. --- Makefile.mesh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.mesh') diff --git a/Makefile.mesh b/Makefile.mesh index 90979cbc0..401122029 100644 --- a/Makefile.mesh +++ b/Makefile.mesh @@ -48,4 +48,4 @@ CLEANFILES += mesh/bluetooth-mesh.service endif EXTRA_DIST += mesh/bluetooth-mesh.conf mesh/bluetooth-mesh.service.in \ - mesh/org.bluez.mesh.service + mesh/org.bluez.mesh.service mesh/mesh-main.conf -- cgit v1.2.1