openethereum/util/network-devp2p/src
David cf6fa63f55
Avoid long state queries when serving GetNodeData requests (#11444)
* Remove dead bootnodes, add new geth bootnodes

* More granular locking when fetching state
Finish GetDataNode requests early if queries take too long

* typo

* Use latest kvdb-rocksdb

* Cleanup

* Update ethcore/sync/src/chain/supplier.rs

Co-Authored-By: Andronik Ordian <write@reusable.software>

* Address review grumbles

* Fix compilation

* Address review grumbles

Co-authored-by: Andronik Ordian <write@reusable.software>
2020-02-04 20:59:16 +01:00
..
connection.rs Avoid long state queries when serving GetNodeData requests (#11444) 2020-02-04 20:59:16 +01:00
discovery.rs Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
handshake.rs Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
host.rs Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
ip_utils.rs Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
lib.rs Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
node_table.rs Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
service.rs Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
session.rs Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00