mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-15 12:32:37 -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
|
@ -63,7 +63,7 @@
|
|||
|
||||
#define DHT_DEFAULT_WAITTIME 1 /* Std sleep break period */
|
||||
|
||||
#define DHT_NUM_BOOTSTRAP_BINS 4
|
||||
#define DHT_NUM_BOOTSTRAP_BINS 8
|
||||
#define DHT_MIN_BOOTSTRAP_REQ_PERIOD 30
|
||||
|
||||
void printDhtPeerEntry(dhtPeerEntry *ent, std::ostream &out);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue