Cleanup, comments, regularize TRACE messages.
This commit is contained in:
parent
97cbd98bc5
commit
195ded4608
2 changed files with 13 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue