mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-06 05:38:51 -04:00
* added OwnId at p3bitdht level.
* Filter out own id from stun peers. git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-netupgrade@4438 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
42dd1826b0
commit
9ec411345d
3 changed files with 21 additions and 4 deletions
|
@ -249,6 +249,9 @@ int calculateNodeId(const std::string pid, bdNodeId *id);
|
|||
|
||||
RsMutex dhtMtx;
|
||||
|
||||
std::string mOwnRsId;
|
||||
bdNodeId mOwnDhtId;
|
||||
|
||||
time_t mMinuteTS;
|
||||
|
||||
/* translation maps */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue