P2P: add maxtimeadjustment command line option

This commit is contained in:
mruddy
2016-03-29 14:40:00 +00:00
parent b35a591793
commit e1523cee58
3 changed files with 5 additions and 1 deletions

View File

@@ -10,6 +10,8 @@
#include <stdint.h>
#include <vector>
static const int64_t DEFAULT_MAX_TIME_ADJUSTMENT = 70 * 60;
class CNetAddr;
/**