소스 검색

Old SF root is dead. Now we are just on Alice and Bob. (world update for 1.1.4)

Adam Ierymenko 9 년 전
부모
커밋
2e5caa335a
6개의 변경된 파일1개의 추가작업 그리고 7개의 파일을 삭제
  1. 0 0
      node/Topology.cpp
  2. BIN
      world/earth-2016-01-13.bin
  3. 1 7
      world/mkworld.cpp
  4. 0 0
      world/old/earth-2015-11-16.bin
  5. 0 0
      world/old/earth-2015-11-20.bin
  6. 0 0
      world/old/earth-2015-12-17.bin

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
node/Topology.cpp


BIN
world/earth-2016-01-13.bin


+ 1 - 7
world/mkworld.cpp

@@ -100,7 +100,7 @@ int main(int argc,char **argv)
 	std::vector<World::Root> roots;
 
 	const uint64_t id = ZT_WORLD_ID_EARTH;
-	const uint64_t ts = 1450381818269ULL; // December 17th, 2015
+	const uint64_t ts = 1452708876314ULL; // January 13th, 2016
 
 	// Alice
 	roots.push_back(World::Root());
@@ -134,12 +134,6 @@ int main(int argc,char **argv)
 	roots.back().stableEndpoints.push_back(InetAddress("159.203.2.154/9993")); // Toronto
 	roots.back().stableEndpoints.push_back(InetAddress("2604:a880:cad:d0::26:7001/9993")); // Toronto
 
-	// old US-SFO, which is being kept alive for now
-	roots.push_back(World::Root());
-	roots.back().identity = Identity("7e19876aba:0:2a6e2b2318930f60eb097f70d0f4b028b2cd6d3d0c63c014b9039ff35390e41181f216fb2e6fa8d95c1ee9667156411905c3dccfea78d8c6dfafba688170b3fa");
-	roots.back().stableEndpoints.push_back(InetAddress("198.199.97.220/9993"));
-	roots.back().stableEndpoints.push_back(InetAddress("2604:a880:1:20::c5:f001/9993"));
-
 	// END WORLD DEFINITION
 	// =========================================================================
 

+ 0 - 0
world/earth-2015-11-16.bin → world/old/earth-2015-11-16.bin


+ 0 - 0
world/earth-2015-11-20.bin → world/old/earth-2015-11-20.bin


+ 0 - 0
world/earth-2015-12-17.bin → world/old/earth-2015-12-17.bin


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.