improved network simulator, added display for message propagation and selective debug output

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7274 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2014-04-13 19:27:50 +00:00
parent 50fcd401b1
commit 5be7910cf5
7 changed files with 130 additions and 207 deletions

View file

@ -192,13 +192,8 @@ bool GRouterMatrix::computeRoutingProbabilities(const GRouterKeyId& key_id, cons
bool GRouterMatrix::updateRoutingProbabilities()
{
std::cerr << "Updating routing probabilities..." << std::endl;
if(!_proba_need_updating)
{
std::cerr << " not needed." << std::endl;
return false ;
}
time_t now = time(NULL) ;