openethereum/util/network-devp2p/src
Kirill Pimenov 5be0163cde Don't add discovery initiators to the node table (#10305)
* Don't add discovery initiators to the node table

* Use enums for tracking state of the nodes in discovery

* Dont try to ping ourselves

* Fix minor nits

* Update timeouts when observing an outdated node

* Extracted update_bucket_record from update_node

* Fixed typo

* Fix two final nits from @todr
2019-02-12 16:57:53 +01:00
..
connection.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
discovery.rs Don't add discovery initiators to the node table (#10305) 2019-02-12 16:57:53 +01:00
handshake.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
host.rs Increase number of requested block bodies in chain sync (#10247) 2019-02-07 15:27:09 +01:00
ip_utils.rs Run all `igd` methods in its own thread (#10195) 2019-01-16 16:35:28 +01:00
lib.rs Don't add discovery initiators to the node table (#10305) 2019-02-12 16:57:53 +01:00
node_table.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
service.rs fix(ManageNetwork): replace Range with RangeInclusive (#10209) 2019-01-22 09:51:40 +01:00
session.rs Increase number of requested block bodies in chain sync (#10247) 2019-02-07 15:27:09 +01:00