diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-04-19 12:09:35 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-04-19 12:09:35 -0700 |
commit | 2f18a92e2013729b608f8d95f80eb364e69594f6 (patch) | |
tree | 1027fd378019f57062d7c05d410cb6488f6e66ae /service/ClusterDefinition.hpp | |
parent | affbca74b41a48e6a485d69409936d7c2bd12858 (diff) | |
download | infinitytier-2f18a92e2013729b608f8d95f80eb364e69594f6.tar.gz infinitytier-2f18a92e2013729b608f8d95f80eb364e69594f6.zip |
Cleanup in numerous places, reduce network chattiness around MULTICAST_LIKE, and fix a "how was that working" latent bug causing some control traffic to take the scenic route.
Diffstat (limited to 'service/ClusterDefinition.hpp')
-rw-r--r-- | service/ClusterDefinition.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/service/ClusterDefinition.hpp b/service/ClusterDefinition.hpp index 179217d1..441cc04d 100644 --- a/service/ClusterDefinition.hpp +++ b/service/ClusterDefinition.hpp @@ -48,8 +48,6 @@ public: char name[256]; InetAddress clusterEndpoint; std::vector<InetAddress> zeroTierEndpoints; - - //inline operator<(const MemberDefinition &md) const { return (id < md.id); } // sort order }; /** |