Преглед на файлове

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 години
родител
ревизия
847cb039a2
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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 = {