mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-10 10:05:19 -04:00
Add in storage of the current Data Rate to pqihandler.cc.
Add in interface for the Data Rates. Increase DHT Bootstrap buckets to 8. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@590 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
20aa2a031b
commit
e42ce13454
6 changed files with 56 additions and 13 deletions
|
@ -249,6 +249,8 @@ virtual int ConfigSetIncomingDir( std::string dir );
|
|||
//virtual int ConfigSetExtName( std::string addr );
|
||||
//virtual int ConfigSetLanConfig( bool fire, bool forw );
|
||||
|
||||
|
||||
virtual int ConfigGetDataRates(float &inKb, float &outKb);
|
||||
virtual int ConfigSetDataRates( int total, int indiv );
|
||||
virtual int ConfigSetBootPrompt( bool on );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue