From 2545b5fc4a4f6a241f5d1a12f4c239c31a3e99cc Mon Sep 17 00:00:00 2001
From: Luca Moser <moser.luca@gmail.com>
Date: Wed, 15 Apr 2020 10:42:42 +0200
Subject: [PATCH] change FPC's default port

---
 plugins/fpc/parameters.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/fpc/parameters.go b/plugins/fpc/parameters.go
index 7bc73424..5f135642 100644
--- a/plugins/fpc/parameters.go
+++ b/plugins/fpc/parameters.go
@@ -13,5 +13,5 @@ const (
 func init() {
 	flag.Int(CfgFPCQuerySampleSize, 3, "Size of the voting quorum (k)")
 	flag.Int(CfgFPCRoundInterval, 5, "FPC round interval [s]")
-	flag.String(CfgFPCBindAddress, "0.0.0.0:14636", "the bind address on which the FPC vote server binds to")
+	flag.String(CfgFPCBindAddress, "0.0.0.0:10895", "the bind address on which the FPC vote server binds to")
 }
-- 
GitLab