![]() |
Bitcoin Core
0.21.1
P2P Digital Currency
|
#include <timedata.h>#include <netaddress.h>#include <node/ui_interface.h>#include <sync.h>#include <util/system.h>#include <util/translation.h>#include <warnings.h>Go to the source code of this file.
Macros | |
| #define | BITCOIN_TIMEDATA_MAX_SAMPLES 200 |
Functions | |
| static int64_t nTimeOffset | GUARDED_BY (g_timeoffset_mutex)=0 |
| int64_t | GetTimeOffset () |
| "Never go to sea with two chronometers; take one or three." Our three time sources are: More... | |
| int64_t | GetAdjustedTime () |
| void | AddTimeData (const CNetAddr &ip, int64_t nOffsetSample) |
Variables | |
| static Mutex | g_timeoffset_mutex |
| #define BITCOIN_TIMEDATA_MAX_SAMPLES 200 |
Definition at line 39 of file timedata.cpp.
| void AddTimeData | ( | const CNetAddr & | ip, |
| int64_t | nOffsetSample | ||
| ) |
| int64_t GetAdjustedTime | ( | ) |
Definition at line 34 of file timedata.cpp.
| int64_t GetTimeOffset | ( | ) |
"Never go to sea with two chronometers; take one or three." Our three time sources are:
Functions to keep track of adjusted P2P time.
Definition at line 28 of file timedata.cpp.
|
staticpure virtual |
|
static |
Definition at line 18 of file timedata.cpp.
1.8.8