Skip to content

Commit

Permalink
wan peers in public ipv6 space
Browse files Browse the repository at this point in the history
  • Loading branch information
willscott committed Apr 21, 2020
1 parent 144306f commit 9a8bcd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/wan_lan_dht_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func TestDHTConnectivitySlowRouting(t *testing.T) {
}
}

var wanPrefix = net.ParseIP("100::")
var wanPrefix = net.ParseIP("2000::")
var lanPrefix = net.ParseIP("fe80::")

func makeAddr(n uint32, wan bool) ma.Multiaddr {
Expand Down

0 comments on commit 9a8bcd0

Please sign in to comment.