aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/src/network_throttle-detail.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup TCP throttling code (performance) + move connection checksLee *!* Clagett2024-12-191-8/+20
|
* Trimming FatJeffrey2022-04-181-1/+0
| | | | Remove unused include statements or unused definitions.
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* New interactive daemon command 'print_net_stats': Global traffic statsrbrunner72019-03-241-0/+10
|
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* network_throttle: use circular_buffer where appropriatemoneromooo-monero2019-02-011-3/+3
|
* Merge pull request #4854Riccardo Spagni2018-12-041-16/+0
|\ | | | | | | bd98e99c Removed a lot of unnecessary includes (Martijn Otto)
| * Removed a lot of unnecessary includesMartijn Otto2018-11-151-16/+0
| |
* | network_throttle: initialize m_last_sample_time in ctormoneromooo-monero2018-10-291-0/+1
|/ | | | Coverity 136593
* epee: initialize a few data members where it seems to be appropriatemoneromooo-monero2018-10-021-0/+1
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* network_throttle: fix ineffective lockingmoneromooo-monero2017-12-181-3/+5
|
* move connection_basic and network_throttle from src/p2p to epeemoneromooo-monero2017-12-161-0/+369
These even had the epee namespace. This fixes some ugly circular dependencies.