mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-01 17:13:45 +00:00
* swarm/network: new saturation for implementation
* swarm/network: re-added saturation func in Kademlia as it is used elsewhere
* swarm/network: saturation with higher MinBinSize
* swarm/network: PeersPerBin with depth check
* swarm/network: edited tests to pass new saturated check
* swarm/network: minor fix saturated check
* swarm/network/simulations/discovery: fixed renamed RPC call
* swarm/network: renamed to isSaturated and returns bool
* swarm/network: early depth check
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| bucket.go | ||
| bucket_test.go | ||
| events.go | ||
| events_test.go | ||
| example_test.go | ||
| http.go | ||
| http_test.go | ||
| kademlia.go | ||
| kademlia_test.go | ||
| node.go | ||
| node_test.go | ||
| service.go | ||
| service_test.go | ||
| simulation.go | ||
| simulation_test.go | ||