mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-12 16:43:17 -04:00
Cleaned up More debugging and started work on connections.
* switched off lots of debugging, and removed "common" messages, so we can focus on the actions. * Added extra debugging focused on the connections. * Removed "lastconnect" from p3LinkMgr. * added p3PeerMgr::updateLastConnect() fn, so this parameter will be stored. * added calls from p3LinkMgr at connect and disconnect. git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-netupgrade@4424 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f7ff55237e
commit
81dc1d77b7
7 changed files with 78 additions and 17 deletions
|
@ -132,8 +132,10 @@ void setOwnVisState(uint32_t visState);
|
|||
bool setLocalAddress(const std::string &id, struct sockaddr_in addr);
|
||||
bool setExtAddress(const std::string &id, struct sockaddr_in addr);
|
||||
bool setDynDNS(const std::string &id, const std::string &dyndns);
|
||||
|
||||
bool updateAddressList(const std::string& id, const pqiIpAddrSet &addrs);
|
||||
bool updateCurrentAddress(const std::string& id, const pqiIpAddress &addr);
|
||||
bool updateLastContact(const std::string& id);
|
||||
|
||||
bool setNetworkMode(const std::string &id, uint32_t netMode);
|
||||
bool setVisState(const std::string &id, uint32_t visState);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue