Time experemental options

This commit is contained in:
Alex 2018-03-01 08:58:05 +07:00
parent 5a2b795440
commit ea899fbbfd
17 changed files with 264 additions and 129 deletions

View file

@ -18,6 +18,12 @@
namespace i2p {
namespace config {
constexpr const char offical_ntp_server[] = "0.pool.ntp.org,"
"1.pool.ntp.org,"
"2.pool.ntp.org,"
"3.pool.ntp.org";
extern boost::program_options::variables_map m_Options;
/**