mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 14:45:12 -04:00
added display of TR forwarding probability as a function of depth
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4625 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
b3bcfe9d30
commit
c650265704
3 changed files with 34 additions and 11 deletions
|
@ -68,6 +68,8 @@ class TurtleTrafficStatisticsInfo
|
|||
float tr_dn_Bps ; // tunnel requests dnload bitrate (in Bytes per sec.)
|
||||
float total_up_Bps ; // turtle network management bitrate (in Bytes per sec.)
|
||||
float total_dn_Bps ; // turtle network management bitrate (in Bytes per sec.)
|
||||
|
||||
std::vector<float> forward_probabilities ; // probability to forward a TR as a function of depth.
|
||||
};
|
||||
|
||||
// Interface class for turtle hopping.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue