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:
joss17 2009-12-18 21:45:45 +00:00
parent 5c436e2dde
commit 76c774a76a
2 changed files with 39 additions and 12 deletions

View file

@ -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);
}
}
}