From 195ded46089b2b4d812d05cf807e377759d84465 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Sat, 13 Jul 2013 14:45:39 -0400 Subject: Cleanup, comments, regularize TRACE messages. --- node/Switch.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'node/Switch.hpp') 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 &dest,Demarc::Port localPort,const InetAddress &addr); + bool sendHELLO(const SharedPtr &dest,Demarc::Port localPort,const InetAddress &remoteAddr); /** * Send RENDEZVOUS to two peers to permit them to directly connect -- cgit v1.2.3