소스 검색

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 = {