diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-01-28 10:41:43 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-01-28 10:41:43 -0800 |
| commit | 8b65b3e6d78fdf4be82ab79f37c477bf2b675c0e (patch) | |
| tree | 86f135242f584b3dd49ccce1b636227537b4d7dd /node/Switch.hpp | |
| parent | ffffc0179f57a2b2de0a4bf09a354f2fa5498be5 (diff) | |
| download | infinitytier-8b65b3e6d78fdf4be82ab79f37c477bf2b675c0e.tar.gz infinitytier-8b65b3e6d78fdf4be82ab79f37c477bf2b675c0e.zip | |
Yank PROBE stuff since it's not used and was a premature addition to the protocol.
Diffstat (limited to 'node/Switch.hpp')
| -rw-r--r-- | node/Switch.hpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/node/Switch.hpp b/node/Switch.hpp index e415a2c9..6b3b8e6e 100644 --- a/node/Switch.hpp +++ b/node/Switch.hpp @@ -130,16 +130,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 * * This only works if both peers are known, with known working direct |
