monero/src/cryptonote_protocol
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
..
blobdatatype.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
block_queue.cpp block_queue: use boost::uuids::nil_uuid where appropriate 2017-10-03 11:55:45 +01:00
block_queue.h cryptonote_protocol: misc fixes to the new sync algorithm 2017-08-21 21:57:19 +01:00
CMakeLists.txt build: auto update version info without manually deleting version.h 2017-09-21 07:47:37 +09:00
cryptonote_protocol_defs.h protocol: remove hop count on block propagation 2017-09-17 10:26:12 +01:00
cryptonote_protocol_handler_common.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
cryptonote_protocol_handler-base.cpp Corrections in rate limiting / trottle code, especially in 'out' direction 2017-11-28 21:18:01 +01:00
cryptonote_protocol_handler.h cryptonote_protocol: misc fixes to the new sync algorithm 2017-08-21 21:57:19 +01:00
cryptonote_protocol_handler.inl remove "using namespace std" from headers 2017-11-14 16:56:10 +00:00