aboutsummaryrefslogtreecommitdiff
path: root/src/p2p/network_throttle.cpp
Commit message (Collapse)AuthorAgeFilesLines
* move connection_basic and network_throttle from src/p2p to epeemoneromooo-monero2017-12-161-113/+0
| | | | | These even had the epee namespace. This fixes some ugly circular dependencies.
* Merge pull request #2234Riccardo Spagni2017-08-071-1/+1
|\ | | | | | | 214fd81e some include cleanup (moneromooo-monero)
| * some include cleanupmoneromooo-monero2017-07-311-1/+1
| |
* | network_throttle: remove unneeded heap allocationsmoneromooo-monero2017-08-011-12/+6
|/ | | | | This will keep leak traces less noisy, as those were one off allocations that were technically leaking.
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|
* Use boost::thread instead of std::threadHoward Chu2016-03-111-9/+9
| | | | and all other associated IPC
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
|
* cleaning up, removing redundant files, renaming, fixing incorrect licensesRiccardo Spagni2015-05-311-2/+1
|
* 2014 network limit 1.3 fix log/path/data +utilsrfree2monero2015-02-241-1/+0
| | | | | | | | | | | +toc -doc -drmonero Fixed the windows path, and improved logging and data (for graph) logging, fixed some locks and added more checks. Still there is a locking error, not added by my patches, but present in master version (locking of map/list of peers).
* 2014 network limit 1.0a +utils +toc -doc -drmonerorfree2monero2015-02-201-0/+121
commands and options for network limiting works very well e.g. for 50 KiB/sec up and down ToS (QoS) flag peer number limit TODO some spikes in ingress/download TODO problems when other up and down limit added "otshell utils" - simple logging (with colors, text files channels)