mesh: Add mesh-main.conf file with general mesh configuration
authorInga Stotland <inga.stotland@intel.com>
Wed, 11 Dec 2019 00:56:16 +0000 (16:56 -0800)
committerAnupam Roy <anupam.r@samsung.com>
Wed, 18 Dec 2019 11:49:13 +0000 (17:19 +0530)
commitb2c5d58dfe7dc393d08be26bbe34d9e0b988e31e
tree3d8717c0317db5de33f3fd0af3ebf8ee11f8a7b5
parent13dbe1fa0763fa4d5126e60f1b9433e19b94413a
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.

Change-Id: Ia5f40ef9d5d866e8d94a2ff5cac7cf6339015eca
Signed-off-by: Anupam Roy <anupam.r@samsung.com>
Makefile.mesh
mesh/main.c
mesh/mesh-main.conf [new file with mode: 0644]
mesh/mesh.c
mesh/mesh.h
mesh/node.c