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:
csoler 2011-10-01 11:46:00 +00:00
parent b3bcfe9d30
commit c650265704
3 changed files with 34 additions and 11 deletions

View file

@ -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.