diff options
Diffstat (limited to 'node/SocketManager.hpp')
| -rw-r--r-- | node/SocketManager.hpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/node/SocketManager.hpp b/node/SocketManager.hpp index 8dee7e91..81d2e780 100644 --- a/node/SocketManager.hpp +++ b/node/SocketManager.hpp @@ -104,16 +104,6 @@ public: inline bool sendUdp(const InetAddress &to,const void *msg,unsigned int msglen) { return send(to,false,false,msg,msglen); } /** - * Send a UDP packet with a limited IP TTL - * - * @param to Destination address - * @param hopLimit IP TTL - */ -#ifdef ZT_FIREWALL_OPENER_DELAY - bool sendFirewallOpener(const InetAddress &to,int hopLimit); -#endif - - /** * Perform I/O polling operation (e.g. select()) * * If called concurrently, one will block until the other completes. |
