diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-09-02 11:54:59 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-09-02 11:54:59 -0700 |
commit | d1101441b3d43ee69c1b661cc5f777a09fd10fca (patch) | |
tree | a128517718b0acab810298864142a739565a3b12 /node/Peer.cpp | |
parent | e8f6b4b5d33e7b762b952d599e8cc9e730b21c03 (diff) | |
download | infinitytier-d1101441b3d43ee69c1b661cc5f777a09fd10fca.tar.gz infinitytier-d1101441b3d43ee69c1b661cc5f777a09fd10fca.zip |
Tweak some timings.
Diffstat (limited to 'node/Peer.cpp')
-rw-r--r-- | node/Peer.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/node/Peer.cpp b/node/Peer.cpp index 251c5a5f..9b5d84fc 100644 --- a/node/Peer.cpp +++ b/node/Peer.cpp @@ -27,8 +27,6 @@ #include "Cluster.hpp" #include "Packet.hpp" -#define ZT_PEER_PATH_SORT_INTERVAL 5000 - namespace ZeroTier { // Used to send varying values for NAT keepalive |