mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-16 10:01:14 -04:00
Changes according to experiments from jolavilette:
- set desiredRate of peers to 10MB/s instead of 1MB/s - maximum number of active chunks per peer is now 20 (that was a serious limiting factor) - ticks that bring no data are not accounted for in the speed estimate anymore. The data is averaged over all ticks since the previous non zero data chunk -> this brings much more stability to sources and removes lots of oscillation. The maximum theoretical speed per source peer is therefore 13MB/s (in "Average" DL mode), whereas previously it was 1.3MB/s git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6897 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
3f09bdb0b7
commit
9c4c5da73d
3 changed files with 13 additions and 9 deletions
|
@ -10,7 +10,7 @@
|
|||
******/
|
||||
|
||||
#define CHUNK_MAX_AGE 120
|
||||
#define MAX_FTCHUNKS_PER_PEER 5
|
||||
#define MAX_FTCHUNKS_PER_PEER 20
|
||||
|
||||
/***********************************************************
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue