mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-08 06:32:55 -04:00
send just connected peer info to all others
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2027 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
115a80045e
commit
c45582738e
2 changed files with 25 additions and 4 deletions
|
@ -94,7 +94,8 @@ void getversions(std::map<std::string, std::string> &versions);
|
|||
private:
|
||||
|
||||
|
||||
void sendAllInfoToPeer(std::string id);
|
||||
void sendAllInfoToJustConnectedPeer(std::string id);
|
||||
void sendJustConnectedPeerInfoToAllPeer(std::string id);
|
||||
|
||||
/* Network Output */
|
||||
//void sendOwnDetails(std::string to);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue