P2P: add maxtimeadjustment command line option

This commit is contained in:
mruddy
2016-03-29 14:40:00 +00:00
committed by lateminer
parent a2b5a784ca
commit 3fe2f7ee04
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;
/**