浏览代码

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 年之前
父节点
当前提交
b6e023d16a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 = {