Browse Source

Decrease number of simultanous fastd connections by one

  See https://github.com/freifunk-gluon/gluon/pull/494 for
  further discussions. The reason for two simultanous connections
  was fault tolerancy. But this benefit is payed by more vpn
  traffic. Our network has grown up to more than 800 online nodes.
  Thus, we set the number of fastd connections to one which hopefully
  lowers the amount of bandwith, a node uses.
Michael Schwarz 8 years ago
parent
commit
847cb039a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      site.conf

+ 1 - 1
site.conf

@@ -75,7 +75,7 @@
 			backbone = {
 				-- specifies how many servers are contacted
 				-- by a client simultanously
-				limit = 2,
+				limit = 1,
 	
 				-- list all available vpn servers
 				peers = {