diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-06 14:37:17 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-06 14:37:17 -0800 |
| commit | 5f39d5b7ea202ca39cef46779b5406e35e0dcb3e (patch) | |
| tree | 55ab5bce49ab997afd65e9057b040eb3dcad4e12 /node/Peer.hpp | |
| parent | 9490b1f13696d6719c61453a9d2013a315da4dd1 (diff) | |
| download | infinitytier-5f39d5b7ea202ca39cef46779b5406e35e0dcb3e.tar.gz infinitytier-5f39d5b7ea202ca39cef46779b5406e35e0dcb3e.zip | |
Further pare down Cluster messaging and rename some stuff.
Diffstat (limited to 'node/Peer.hpp')
| -rw-r--r-- | node/Peer.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Peer.hpp b/node/Peer.hpp index a70d9868..42708128 100644 --- a/node/Peer.hpp +++ b/node/Peer.hpp @@ -171,7 +171,7 @@ public: * @param atAddress Destination address * @param now Current time */ - void attemptToContactAt(const RuntimeEnvironment *RR,const InetAddress &localAddr,const InetAddress &atAddress,uint64_t now); + void sendHELLO(const RuntimeEnvironment *RR,const InetAddress &localAddr,const InetAddress &atAddress,uint64_t now); /** * Send pings or keepalives depending on configured timeouts |
