mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-21 04:44:25 -04:00
upgraded connmgr and p3disc for ext address ip detection when connecting to peers
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1912 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
5c436e2dde
commit
76c774a76a
2 changed files with 39 additions and 12 deletions
|
@ -239,6 +239,8 @@ void p3disc::statusChange(const std::list<pqipeer> &plist)
|
|||
{
|
||||
/* send our details to them */
|
||||
sendOwnDetails(pit->id);
|
||||
/* send their own details to them. Usefull for ext ip address detection */
|
||||
sendPeerDetails(pit->id, pit->id);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue