openethereum/util/network-devp2p/src
Niklas Adolfsson 4b11d79829
fix(ManageNetwork): replace Range with RangeInclusive (#10209)
* fix(ManageNetwork): replace Range -> RangeIncls

Fixes `TODO: Range should be changed to RangeInclusive once stable (https://github.com/rust-lang/rust/pull/50758)`

* fix(tests)

* fix(grumbles): off-by-one error in debug_asserts

* RangeInclusive::end() is inclusive which means that if start and end is equal the `debug_assert(range.end() >
range.start()` will fail which is shouldn't
2019-01-22 09:51:40 +01:00
..
connection.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
discovery.rs Ping nodes from discovery (#10167) 2019-01-10 20:43:16 +01:00
handshake.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
host.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
ip_utils.rs Run all igd methods in its own thread (#10195) 2019-01-16 16:35:28 +01:00
lib.rs Replace ethcore-logger with env-logger. (#10102) 2019-01-08 15:07:20 +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 misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00