disable utp
utp is BROKEN!! it causes tests to fail.
Juan Batiz-Benet committed
Jan 3, 2015 at 10:22 UTC
64cb32dadd65c620f4d34b314d00c91f7a7529c8
4 files changed
+4
-7
cmd/ipfs/init.go
+1
-1
@@ -186,7 +186,7 @@ func initConfig(configFilename string, dspathOverride string, nBitsForKeypair in
186
Addresses: config.Addresses{
187
Swarm: []string{
188
"/ip4/0.0.0.0/tcp/4001",
189
- "/ip4/0.0.0.0/udp/4002/utp",
189
+ // "/ip4/0.0.0.0/udp/4002/utp", // disabled for now.
190
},
191
API: "/ip4/127.0.0.1/tcp/5001",
192
},
dockertest/bootstrap/config
+1
-2
@@ -9,8 +9,7 @@
9
},
10
"Addresses": {
11
"Swarm": [
12
- "/ip4/0.0.0.0/tcp/4011",
13
- "/ip4/0.0.0.0/udp/4012/utp"
12
+ "/ip4/0.0.0.0/tcp/4011"
13
],
14
"API": "/ip4/127.0.0.1/tcp/5001"
15
},
dockertest/client/config
+1
-2
@@ -2,8 +2,7 @@
2
"Addresses": {
3
"API": "/ip4/127.0.0.1/tcp/5001",
4
"Swarm": [
5
- "/ip4/0.0.0.0/tcp/4031",
6
- "/ip4/0.0.0.0/udp/4032/utp"
5
+ "/ip4/0.0.0.0/tcp/4031"
6
]
7
},
8
"Bootstrap": [
dockertest/server/config
+1
-2
@@ -2,8 +2,7 @@
2
"Addresses": {
3
"API": "/ip4/127.0.0.1/tcp/5001",
4
"Swarm": [
5
- "/ip4/0.0.0.0/tcp/4021",
6
- "/ip4/0.0.0.0/udp/4022/utp"
5
+ "/ip4/0.0.0.0/tcp/4021"
6
]
7
},
8
"Bootstrap": [