![]() |
Bitcoin Core 22.99.0
P2P Digital Currency
|
#include <timedata.h>
#include <netaddress.h>
#include <node/ui_interface.h>
#include <sync.h>
#include <tinyformat.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 40 of file timedata.cpp.
void AddTimeData | ( | const CNetAddr & | ip, |
int64_t | nOffsetSample | ||
) |
Definition at line 42 of file timedata.cpp.
int64_t GetAdjustedTime | ( | ) |
Definition at line 35 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 29 of file timedata.cpp.
|
staticpure virtual |
|
static |
Definition at line 19 of file timedata.cpp.