From daaec84c6be11b57572ff57c97efd993385890fd Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 26 Mar 2014 15:35:15 -0700 Subject: Add TCP channel support for supernode list, make Peer pick the first path if all paths are equally dead. --- node/Defaults.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'node/Defaults.hpp') diff --git a/node/Defaults.hpp b/node/Defaults.hpp index 0c640df7..50c2dce5 100644 --- a/node/Defaults.hpp +++ b/node/Defaults.hpp @@ -64,9 +64,9 @@ public: const std::string defaultHomePath; /** - * Supernodes on the ZeroTier network + * Supernodes on the ZeroTier network (identity, address/tcp?) */ - const std::map< Identity,std::vector > supernodes; + const std::map< Identity,std::vector< std::pair > > supernodes; /** * Identities permitted to sign software updates -- cgit v1.2.3