From 8a804b52571d28ce53bc4e75300794332357409c Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 5 Aug 2014 14:05:50 -0700 Subject: (1) Disable firewall openers (its easy to re-enable), (2) Do some prep work for making supernode topology hot-updatable. --- node/SocketManager.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'node/SocketManager.hpp') diff --git a/node/SocketManager.hpp b/node/SocketManager.hpp index 40a0c1df..8dee7e91 100644 --- a/node/SocketManager.hpp +++ b/node/SocketManager.hpp @@ -35,6 +35,7 @@ #include #include "Constants.hpp" + #include "SharedPtr.hpp" #include "InetAddress.hpp" #include "Socket.hpp" @@ -108,7 +109,9 @@ public: * @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()) -- cgit v1.2.3