mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-08 00:55:13 -04:00
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:
parent
f3750d0d61
commit
03e6fb8a4a
5 changed files with 217 additions and 22 deletions
|
@ -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 //
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue