aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/network/kademlia.go
Commit message (Collapse)AuthorAgeFilesLines
* swarm/network: light nodes are not dialed, saved and requested from (#17975)Mark Vujevits2018-11-081-8/+12
| | | | | | | | | | | | | | | | * RequestFromPeers does not use peers marked as lightnode * fix warning about variable name * write tests for RequestFromPeers * lightnodes should be omitted from the addressbook * resolve pr comments regarding logging, formatting and comments * resolve pr comments regarding comments and added a missing newline * add assertions to check peers in live connections
* Kademlia refactor (#17641)Viktor TrĂ³n2018-09-121-88/+66
| | | | | | | | * swarm/network: simplify kademlia/hive; rid interfaces * swarm, swarm/network/stream, swarm/netork/simulations,, swarm/pss: adapt to new Kad API * swarm/network: minor changes re review; add missing lock to NeighbourhoodDepthC
* swarm: network rewrite mergeethersphere2018-06-221-0/+765