Limit number of connected peers 1

It should be recommended to set the limit number of connected peers to `1` to minimize background traffic in larger networks
This commit is contained in:
Ruben Barkow 2016-02-06 23:22:10 +01:00
parent 10f7a88ba9
commit f2732a514f

View File

@ -177,7 +177,7 @@ fastd_mesh_vpn
groups = {
backbone = {
-- Limit number of connected peers from this group
limit = 2,
limit = 1,
peers = {
peer1 = {
key = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',