mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2026-01-07 09:42:23 -08:00
Track client version and tell whether active nodes support circuit test.
This commit is contained in:
parent
fab6f4450d
commit
90801a94d3
3 changed files with 34 additions and 19 deletions
|
|
@ -40,6 +40,9 @@ CREATE TABLE NodeHistory (
|
|||
networkVisitCounter INTEGER NOT NULL DEFAULT(0),
|
||||
networkRequestAuthorized INTEGER NOT NULL DEFAULT(0),
|
||||
requestTime INTEGER NOT NULL DEFAULT(0),
|
||||
clientMajorVersion INTEGER NOT NULL DEFAULT(0),
|
||||
clientMinorVersion INTEGER NOT NULL DEFAULT(0),
|
||||
clientRevision INTEGER NOT NULL DEFAULT(0),
|
||||
networkRequestMetaData VARCHAR(1024),
|
||||
fromAddress VARCHAR(128)
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue