mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
swarm/network: add the comments on the kademlia test addresses origin
This commit is contained in:
parent
f2460ea492
commit
88b2e3fac2
1 changed files with 20 additions and 0 deletions
|
|
@ -451,6 +451,10 @@ func testKademliaCase(t *testing.T, pivotAddr string, addrs ...string) {
|
||||||
|
|
||||||
/*
|
/*
|
||||||
The regression test for the following invalid kademlia edge case.
|
The regression test for the following invalid kademlia edge case.
|
||||||
|
|
||||||
|
Addresses used in this test are discovered as part of the simulation network
|
||||||
|
in higher level tests for streaming. They were generated randomly.
|
||||||
|
|
||||||
=========================================================================
|
=========================================================================
|
||||||
Mon Apr 9 12:18:24 UTC 2018 KΛÐΞMLIΛ hive: queen's address: 7efef1
|
Mon Apr 9 12:18:24 UTC 2018 KΛÐΞMLIΛ hive: queen's address: 7efef1
|
||||||
population: 9 (49), MinProxBinSize: 2, MinBinSize: 2, MaxBinSize: 4
|
population: 9 (49), MinProxBinSize: 2, MinBinSize: 2, MaxBinSize: 4
|
||||||
|
|
@ -530,6 +534,10 @@ func TestKademliaCase1(t *testing.T) {
|
||||||
|
|
||||||
/*
|
/*
|
||||||
The regression test for the following invalid kademlia edge case.
|
The regression test for the following invalid kademlia edge case.
|
||||||
|
|
||||||
|
Addresses used in this test are discovered as part of the simulation network
|
||||||
|
in higher level tests for streaming. They were generated randomly.
|
||||||
|
|
||||||
=========================================================================
|
=========================================================================
|
||||||
Mon Apr 9 18:43:48 UTC 2018 KΛÐΞMLIΛ hive: queen's address: bc7f3b
|
Mon Apr 9 18:43:48 UTC 2018 KΛÐΞMLIΛ hive: queen's address: bc7f3b
|
||||||
population: 9 (49), MinProxBinSize: 2, MinBinSize: 2, MaxBinSize: 4
|
population: 9 (49), MinProxBinSize: 2, MinBinSize: 2, MaxBinSize: 4
|
||||||
|
|
@ -560,6 +568,10 @@ func TestKademliaCase2(t *testing.T) {
|
||||||
|
|
||||||
/*
|
/*
|
||||||
The regression test for the following invalid kademlia edge case.
|
The regression test for the following invalid kademlia edge case.
|
||||||
|
|
||||||
|
Addresses used in this test are discovered as part of the simulation network
|
||||||
|
in higher level tests for streaming. They were generated randomly.
|
||||||
|
|
||||||
=========================================================================
|
=========================================================================
|
||||||
Mon Apr 9 19:04:35 UTC 2018 KΛÐΞMLIΛ hive: queen's address: b4822e
|
Mon Apr 9 19:04:35 UTC 2018 KΛÐΞMLIΛ hive: queen's address: b4822e
|
||||||
population: 8 (49), MinProxBinSize: 2, MinBinSize: 2, MaxBinSize: 4
|
population: 8 (49), MinProxBinSize: 2, MinBinSize: 2, MaxBinSize: 4
|
||||||
|
|
@ -590,6 +602,10 @@ func TestKademliaCase3(t *testing.T) {
|
||||||
|
|
||||||
/*
|
/*
|
||||||
The regression test for the following invalid kademlia edge case.
|
The regression test for the following invalid kademlia edge case.
|
||||||
|
|
||||||
|
Addresses used in this test are discovered as part of the simulation network
|
||||||
|
in higher level tests for streaming. They were generated randomly.
|
||||||
|
|
||||||
=========================================================================
|
=========================================================================
|
||||||
Mon Apr 9 19:16:25 UTC 2018 KΛÐΞMLIΛ hive: queen's address: 9a90fe
|
Mon Apr 9 19:16:25 UTC 2018 KΛÐΞMLIΛ hive: queen's address: 9a90fe
|
||||||
population: 8 (49), MinProxBinSize: 2, MinBinSize: 2, MaxBinSize: 4
|
population: 8 (49), MinProxBinSize: 2, MinBinSize: 2, MaxBinSize: 4
|
||||||
|
|
@ -621,6 +637,10 @@ func TestKademliaCase4(t *testing.T) {
|
||||||
|
|
||||||
/*
|
/*
|
||||||
The regression test for the following invalid kademlia edge case.
|
The regression test for the following invalid kademlia edge case.
|
||||||
|
|
||||||
|
Addresses used in this test are discovered as part of the simulation network
|
||||||
|
in higher level tests for streaming. They were generated randomly.
|
||||||
|
|
||||||
=========================================================================
|
=========================================================================
|
||||||
Mon Apr 9 19:25:18 UTC 2018 KΛÐΞMLIΛ hive: queen's address: 5dd5c7
|
Mon Apr 9 19:25:18 UTC 2018 KΛÐΞMLIΛ hive: queen's address: 5dd5c7
|
||||||
population: 13 (49), MinProxBinSize: 2, MinBinSize: 2, MaxBinSize: 4
|
population: 13 (49), MinProxBinSize: 2, MinBinSize: 2, MaxBinSize: 4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue