diff options
author | mruddy <mruddy@users.noreply.github.com> | 2016-03-29 14:40:00 +0000 |
---|---|---|
committer | mruddy <mruddy@users.noreply.github.com> | 2016-03-29 14:40:00 +0000 |
commit | e1523cee5808bb792cd99f037f06b736af4e23fb (patch) | |
tree | 76b37d4fc920953cc55e611b8a6a7e0d3364ba5e /src/timedata.h | |
parent | b35a59179359709df21eb026d35f4124ce90fbd1 (diff) |
P2P: add maxtimeadjustment command line option
Diffstat (limited to 'src/timedata.h')
-rw-r--r-- | src/timedata.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/timedata.h b/src/timedata.h index 2296baf11b..9f2499c85c 100644 --- a/src/timedata.h +++ b/src/timedata.h @@ -10,6 +10,8 @@ #include <stdint.h> #include <vector> +static const int64_t DEFAULT_MAX_TIME_ADJUSTMENT = 70 * 60; + class CNetAddr; /** |