mirror of
https://github.com/torproject/torspec.git
synced 2024-11-27 11:50:32 +00:00
Fix Timestamp, to be the most recent result.
It is not the timestamp when the file was created.
This commit is contained in:
parent
4df184021b
commit
8760c78ddc
@ -118,9 +118,18 @@ It consists of:
|
||||
|
||||
[At start, exactly once.]
|
||||
|
||||
The Unix Epoch time in seconds when the file was created.
|
||||
It does not follow the KeyValue format for backwards
|
||||
compatibility with version 1.0.0.
|
||||
The Unix Epoch time in seconds of the most recent generator result.
|
||||
|
||||
If there are multiple generators which can fail independently,
|
||||
implementations SHOULD take the most recent timestamp from each
|
||||
generator and use the oldest value. This ensures all the generators
|
||||
continue running.
|
||||
|
||||
If there are scanners that do not run continuously, they SHOULD be
|
||||
excluded from the timestamp calculation.
|
||||
|
||||
It does not follow the KeyValue format for backwards compatibility
|
||||
with version 1.0.0.
|
||||
|
||||
"version=" version_number NL
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user