implemented the ipAddressList methods

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1809 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
joss17 2009-11-11 16:47:10 +00:00
parent 864c504eb4
commit fcea2d3a24
3 changed files with 165 additions and 86 deletions

View file

@ -430,8 +430,10 @@ void p3disc::sendPeerDetails(std::string to, std::string about)
di -> PeerId(to);
di -> aboutId = about;
// set the server address.
di -> ipAddressList = detail.ipAddressList;
// set the ip addresses.
di -> ipAddressList = detail.getIpAddressList();
di -> currentladdr = detail.currentlocaladdr;
di -> currentsaddr = detail.currentserveraddr;
if (detail.state & RS_PEER_S_CONNECTED)
{