Yank PROBE stuff since it's not used and was a premature addition to the protocol.
This commit is contained in:
parent
ffffc0179f
commit
8b65b3e6d7
6 changed files with 1 additions and 79 deletions
|
@ -129,16 +129,6 @@ public:
|
|||
*/
|
||||
bool sendHELLO(const SharedPtr<Peer> &dest,Demarc::Port localPort,const InetAddress &remoteAddr);
|
||||
|
||||
/**
|
||||
* Send a PROBE immediately to the indicated address
|
||||
*
|
||||
* @param localPort Originating local port or ANY_PORT to pick
|
||||
* @param remoteAddr IP address to send to
|
||||
* @param dest Destination peer
|
||||
* @return True if send appears successful
|
||||
*/
|
||||
bool sendPROBE(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