wownero/contrib/epee
rbrunner7 cf5f623616 Corrections in rate limiting / trottle code, especially in 'out' direction
Deleted 3 out of 4 calls to method connection_basic::sleep_before_packet
that were erroneous / superfluous, which enabled the elimination of a
"fudge" factor of 2.1 in connection_basic::set_rate_up_limit;
also ended the multiplying of limit values and numbers of bytes
transferred by 1024 before handing them over to the global throttle
objects
2017-11-28 21:18:01 +01:00
..
demo removing some unsed epee files 2017-01-20 01:05:14 +00:00
include Corrections in rate limiting / trottle code, especially in 'out' direction 2017-11-28 21:18:01 +01:00
src split off readline code into epee_readline 2017-11-14 17:06:35 +00:00
tests Fix an object lifetime bug in net load tests 2017-10-09 16:46:42 +01:00
CMakeLists.txt update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
LICENSE.txt year updated in license 2015-01-02 18:52:46 +02:00
README.md year updated in license 2015-01-02 18:52:46 +02:00

epee - is a small library of helpers, wrappers, tools and and so on, used to make my life easier.