added basic probability computation to global routing matrix, and debug output. Fixed bug in Float serialisation (this should be improved btw)

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6890 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-11-05 21:15:26 +00:00
parent f3750d0d61
commit 03e6fb8a4a
5 changed files with 217 additions and 22 deletions

View file

@ -109,7 +109,7 @@ class p3GRouter: public RsGRouter, public p3Service, public p3Config
//
virtual bool getRoutingCacheInfo(RoutingCacheInfo& info) { return false ;}
private:
protected:
//===================================================//
// Routing method handling //
//===================================================//
@ -121,10 +121,12 @@ class p3GRouter: public RsGRouter, public p3Service, public p3Config
//
virtual int tick() ;
private:
void autoWash() ;
void routeObjects() ;
void handleIncoming() ;
void publishKeys() ;
void debugDump() ;
//===================================================//
// p3Config methods //