From a383831a846ae659de7cada6f0e5345f9420f3d6 Mon Sep 17 00:00:00 2001 From: CryptoManiac Date: Sun, 20 Sep 2015 12:16:20 -0700 Subject: [PATCH] Add 5 new ntp servers. --- src/ntp.cpp | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/ntp.cpp b/src/ntp.cpp index 35d6a73..943b2b5 100644 --- a/src/ntp.cpp +++ b/src/ntp.cpp @@ -80,9 +80,9 @@ struct pkt { uint8_t mac[5 * sizeof(uint32_t)]; /* mac */ }; -int nServersCount = 107; +int nServersCount = 112; -std::string NtpServers[107] = { +std::string NtpServers[112] = { // Microsoft "time.windows.com", @@ -93,6 +93,11 @@ std::string NtpServers[107] = { "time4.google.com", // Russian Federation + "ntp.karelia.pro", + "ntp.alpet.me", + "aviel.alpet.me", + "ntp.sampo.ru", + "ntp.szt.ru", "ntp.ix.ru", "ntp1.stratum2.ru", "ntp2.stratum2.ru", -- 1.7.1