Bladeren bron

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 jaren geleden
bovenliggende
commit
b6e023d16a
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      site.conf

+ 1 - 1
site.conf

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