From: CryptoManiac Date: Sun, 20 Sep 2015 19:16:20 +0000 (-0700) Subject: Add 5 new ntp servers. X-Git-Tag: nvc-v0.5.4~21 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=a383831a846ae659de7cada6f0e5345f9420f3d6 Add 5 new ntp servers. --- 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",