mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-03 11:54:30 -04:00
More Tweaks before first release.
* Switched on RELEASE flag. * renamed incomplete work to "Unfinished" * updated version strings. * Added Configuration path to DhtMgr. * reduced uPnP timeout to 30 seconds (from 60). * more Bin -> BinToHex printouts. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@373 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
9bdd44d0f5
commit
fd1beee309
9 changed files with 17 additions and 13 deletions
|
@ -43,7 +43,7 @@ const uint32_t RS_STUN_DHT = 0x0001;
|
|||
const uint32_t RS_STUN_DONE = 0x0002;
|
||||
const uint32_t RS_STUN_LIST_MIN = 100;
|
||||
|
||||
const uint32_t MAX_UPNP_INIT = 60; /* seconds UPnP timeout */
|
||||
const uint32_t MAX_UPNP_INIT = 30; /* seconds UPnP timeout */
|
||||
|
||||
/****
|
||||
* #define CONN_DEBUG 1
|
||||
|
|
|
@ -1155,7 +1155,8 @@ bool p3DhtMgr::resultDHT(std::string key, std::string value)
|
|||
*/
|
||||
|
||||
#ifdef DHT_DEBUG
|
||||
std::cerr << "p3DhtMgr::resultDHT() key: " << key << " value: " << value << std::endl;
|
||||
std::cerr << "p3DhtMgr::resultDHT() key: 0x" << RsUtil::BinToHex(key);
|
||||
std::cerr << " value: 0x" << RsUtil::BinToHex(value) << std::endl;
|
||||
#endif
|
||||
|
||||
/* variables for dhtResult() call */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue