aboutsummaryrefslogtreecommitdiff
path: root/src/p2p/connection_basic.hpp
Commit message (Collapse)AuthorAgeFilesLines
* move connection_basic and network_throttle from src/p2p to epeemoneromooo-monero2017-12-161-141/+0
| | | | | These even had the epee namespace. This fixes some ugly circular dependencies.
* some include cleanupmoneromooo-monero2017-07-311-2/+2
|
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|
* src: p2p: add exception spec to throwing destructorsredfish2016-05-181-1/+1
| | | | | | | The destructors get a noexcept(true) spec by default, but these destructors in fact throw exceptions. An alternative fix might be to not throw (most if not all of these throws are non-essential error-reporting/logging).
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
|
* cleaning up, removing redundant files, renaming, fixing incorrect licensesRiccardo Spagni2015-05-311-2/+1
|
* print limits when running limit commands with no argumentsmoneromooo-monero2015-05-171-0/+2
| | | | | It's more user friendly that an error message saying the command does not exist.
* [fix] Network 1.8: unlimited the RPC connectionsrfree2monero2015-04-081-0/+8
| | | | works for unit tests build, too
* 2014 network limit 1.1 +utils +toc -doc -drmonerorfree2monero2015-02-201-9/+2
| | | | | | | | | | | | | | | | | | | | | Update of the PR with network limits works very well for all speeds (but remember that low download speed can stop upload because we then slow down downloading of blockchain requests too) more debug options fixed pedantic warnings in our code should work again on Mac OS X and FreeBSD fixed warning about size_t tested on Debian, Ubuntu, Windows(testing now) TCP options and ToS (QoS) flag FIXED peer number limit FIXED some spikes in ingress/download FIXED problems when other up and down limit
* 2014 network limit 1.0a +utils +toc -doc -drmonerorfree2monero2015-02-201-0/+139
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)