diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-13 14:45:39 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-13 14:45:39 -0400 |
| commit | 195ded46089b2b4d812d05cf807e377759d84465 (patch) | |
| tree | 7187a0bcd3efe6b5f77e12b23c743d84fe57ae3a /node/Switch.hpp | |
| parent | 97cbd98bc5bb99bd1363ba1ae87074afcef926a4 (diff) | |
| download | infinitytier-195ded46089b2b4d812d05cf807e377759d84465.tar.gz infinitytier-195ded46089b2b4d812d05cf807e377759d84465.zip | |
Cleanup, comments, regularize TRACE messages.
Diffstat (limited to 'node/Switch.hpp')
| -rw-r--r-- | node/Switch.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/node/Switch.hpp b/node/Switch.hpp index 0d1828be..71e1e386 100644 --- a/node/Switch.hpp +++ b/node/Switch.hpp @@ -113,11 +113,11 @@ public: * Send a HELLO announcement immediately to the indicated address * * @param localPort Originating local port or ANY_PORT to pick - * @param addr IP address to send to + * @param remoteAddr IP address to send to * @param dest Destination peer * @return True if send appears successful */ - bool sendHELLO(const SharedPtr<Peer> &dest,Demarc::Port localPort,const InetAddress &addr); + bool sendHELLO(const SharedPtr<Peer> &dest,Demarc::Port localPort,const InetAddress &remoteAddr); /** * Send RENDEZVOUS to two peers to permit them to directly connect |
