plugeth/swarm/network/stream
lash 5e4fd8e7db swarm/network: Revised depth and health for Kademlia (#18354)
* swarm/network: Revised depth calculation with tests

* swarm/network: WIP remove redundant "full" function

* swarm/network: WIP peerpot refactor

* swarm/network: Make test methods submethod of peerpot and embed kad

* swarm/network: Remove commented out code

* swarm/network: Rename health test functions

* swarm/network: Too many n's

* swarm/network: Change hive Healthy func to accept addresses

* swarm/network: Add Healthy proxy method for api in hive

* swarm/network: Skip failing test out of scope for PR

* swarm/network: Skip all tests dependent on SuggestPeers

* swarm/network: Remove commented code and useless kad Pof member

* swarm/network: Remove more unused code, add counter on depth test errors

* swarm/network: WIP Create Healthy assertion tests

* swarm/network: Roll back health related methods receiver change

* swarm/network: Hardwire network minproxbinsize in swarm sim

* swarm/network: Rework Health test to strict

Pending add test for saturation
And add test for as many as possible up to saturation

* swarm/network: Skip discovery tests (dependent on SuggestPeer)

* swarm/network: Remove useless minProxBinSize in stream

* swarm/network: Remove unnecessary testing.T param to assert health

* swarm/network: Implement t.Helper() in checkHealth

* swarm/network: Rename check back to assert now that we have helper magic

* swarm/network: Revert WaitTillHealthy change (deferred to nxt PR)

* swarm/network: Kademlia tests GotNN => ConnectNN

* swarm/network: Renames and comments

* swarm/network: Add comments
2018-12-22 06:53:30 +01:00
..
intervals all: remove the duplicate 'the' in annotations (#17509) 2018-08-27 11:49:29 +03:00
testing all: new p2p node representation (#17643) 2018-09-25 00:59:00 +02:00
common_test.go swarm/network: Revised depth and health for Kademlia (#18354) 2018-12-22 06:53:30 +01:00
delivery_test.go swarm/network: Revised depth and health for Kademlia (#18354) 2018-12-22 06:53:30 +01:00
delivery.go swarm/network/stream: Debug log instead of Warn for retrieval failure (#18246) 2018-12-04 18:29:51 +01:00
intervals_test.go swarm/network: Revised depth and health for Kademlia (#18354) 2018-12-22 06:53:30 +01:00
lightnode_test.go swarm: Better syncing and retrieval option definition (#17986) 2018-11-07 00:04:18 +01:00
messages.go swarm/network/stream: disambiguate chunk delivery messages (retrieval… (#17920) 2018-10-21 09:30:41 +02:00
peer.go swarm/network/stream: disambiguate chunk delivery messages (retrieval… (#17920) 2018-10-21 09:30:41 +02:00
snapshot_retrieval_test.go swarm/network: Revised depth and health for Kademlia (#18354) 2018-12-22 06:53:30 +01:00
snapshot_sync_test.go swarm/network: Revised depth and health for Kademlia (#18354) 2018-12-22 06:53:30 +01:00
stream.go Swarm accounting (#18050) 2018-11-15 23:41:19 +01:00
streamer_test.go swarm: Better syncing and retrieval option definition (#17986) 2018-11-07 00:04:18 +01:00
syncer_test.go swarm/network: Revised depth and health for Kademlia (#18354) 2018-12-22 06:53:30 +01:00
syncer.go swarm/network/stream: generalise setting of next batch (#17818) 2018-10-12 16:26:16 +02:00
visualized_snapshot_sync_sim_test.go swarm/network: Revised depth and health for Kademlia (#18354) 2018-12-22 06:53:30 +01:00