mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-06 21:11:43 -07:00
(1) Disable firewall openers (its easy to re-enable), (2) Do some prep work for making supernode topology hot-updatable.
This commit is contained in:
parent
e3c5ada3a7
commit
8a804b5257
12 changed files with 48 additions and 3 deletions
|
@ -35,6 +35,7 @@
|
|||
#include <stdexcept>
|
||||
|
||||
#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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue