Add Hurricane Electric and SixXs servers.
authorCryptoManiac <balthazar@yandex.ru>
Sun, 20 Sep 2015 20:30:40 +0000 (23:30 +0300)
committerCryptoManiac <balthazar@yandex.ru>
Sun, 20 Sep 2015 20:30:40 +0000 (23:30 +0300)
src/ntp.cpp

index 943b2b5..efedce8 100644 (file)
@@ -80,9 +80,9 @@ struct pkt {
   uint8_t  mac[5 * sizeof(uint32_t)]; /* mac */
 };
 
-int nServersCount = 112;
+int nServersCount = 118;
 
-std::string NtpServers[112] = {
+std::string NtpServers[118] = {
     // Microsoft
     "time.windows.com",
 
@@ -92,6 +92,16 @@ std::string NtpServers[112] = {
     "time3.google.com",
     "time4.google.com",
 
+    // Hurricane Electric
+    "clock.sjc.he.net",
+    "clock.nyc.he.net",
+
+    // SixXS
+    "ntp.sixxs.net",
+    "ntp.eu.sixxs.net",
+    "ntp.us.sixxs.net",
+    "ntp.ap.sixxs.net",
+
     // Russian Federation
     "ntp.karelia.pro",
     "ntp.alpet.me",