From 682de6408544b8d4073333e6659340b304f4399e Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Thu, 20 Sep 2018 14:05:39 +0800 Subject: test_config: update config to latest runnable version (#122) --- simulation/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'simulation') diff --git a/simulation/config/config.go b/simulation/config/config.go index bddb19d..6c7b584 100644 --- a/simulation/config/config.go +++ b/simulation/config/config.go @@ -107,7 +107,7 @@ func GenerateDefault(path string) error { }, Networking: Networking{ Type: NetworkTypeTCPLocal, - PeerServer: "peer.server", + PeerServer: "127.0.0.1", Mean: 100, Sigma: 10, LossRateValue: 0, -- cgit v1.2.3