mirror of
https://github.com/monero-project/monero.git
synced 2025-05-02 17:34:53 -04:00
2014 network limit 1.1 +utils +toc -doc -drmonero
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
This commit is contained in:
parent
eabb519605
commit
5ce4256e3d
30 changed files with 714 additions and 383 deletions
|
@ -42,8 +42,8 @@
|
|||
#include "warnings.h"
|
||||
|
||||
/* I have no clue what these lines means */
|
||||
PUSH_WARNINGS;
|
||||
DISABLE_VS_WARNINGS(4244);
|
||||
PUSH_WARNINGS
|
||||
DISABLE_VS_WARNINGS(4244)
|
||||
|
||||
//TODO: fix size_t warning in x32 platform
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue