openethereum/ethcore/light/src/net
Robert Habermeier aa41b48ba0 Dynamically adjust PIP request costs based on gathered data (#5603)
* beginnings of load timer

* initial load timer implementation

* saturating adds

* create flow params from distribution

* update request credits and acknowledgement

* mark cumulative cost dead code

* fix compilation

* tests

* supply load share and other params to  lightprotocol params

* add file store

* fix ethsync compilation

* reshuffle constants
2017-05-23 12:31:09 +02:00
..
tests Dynamically adjust PIP request costs based on gathered data (#5603) 2017-05-23 12:31:09 +02:00
context.rs generalize RequestBuilder 2017-04-05 15:02:44 +02:00
error.rs Implement PIP messages, request builder, and handlers (#4945) 2017-03-23 13:17:05 +01:00
load_timer.rs Dynamically adjust PIP request costs based on gathered data (#5603) 2017-05-23 12:31:09 +02:00
mod.rs Dynamically adjust PIP request costs based on gathered data (#5603) 2017-05-23 12:31:09 +02:00
request_credits.rs Dynamically adjust PIP request costs based on gathered data (#5603) 2017-05-23 12:31:09 +02:00
request_set.rs Dynamically adjust PIP request costs based on gathered data (#5603) 2017-05-23 12:31:09 +02:00
status.rs rlp deserialization refactor, 30% faster (#4901) 2017-03-22 14:41:46 +01:00