From b71fb9d52ca6df5c303bdffa3144f36a0f969781 Mon Sep 17 00:00:00 2001 From: CryptoManiac Date: Sun, 20 Sep 2015 23:30:40 +0300 Subject: [PATCH] Add Hurricane Electric and SixXs servers. --- src/ntp.cpp | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/ntp.cpp b/src/ntp.cpp index 943b2b5..efedce8 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 = 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", -- 1.7.1