mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-20 20:34:25 -04:00
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:
parent
864c504eb4
commit
fcea2d3a24
3 changed files with 165 additions and 86 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue