mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 19:27:49 +02:00
Time experemental options
This commit is contained in:
parent
5a2b795440
commit
ea899fbbfd
17 changed files with 264 additions and 129 deletions
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue