Note the part of prop#275 that got implemented.

This commit is contained in:
Nick Mathewson 2017-05-16 09:20:26 -04:00
parent 607dabf607
commit cbe17dfc88
2 changed files with 14 additions and 5 deletions

View File

@ -2070,11 +2070,14 @@
identity key, encoded in base64, with trailing equals sign(s)
removed. "Digest" is a hash of its most recent descriptor as
signed (that is, not including the signature), encoded in base64.
"Publication" is the
publication time of its most recent descriptor, in the form
YYYY-MM-DD HH:MM:SS, in UTC. "IP" is its current IP address;
ORPort is its current OR port, "DirPort" is its current directory
port, or "0" for "none".
"Publication" is the publication time of its most recent descriptor,
in the form YYYY-MM-DD HH:MM:SS, in UTC. Implementations MAY base
decisions on publication times in the past, but MUST NOT reject
publication times in the future.
"IP" is its current IP address; ORPort is its current OR port,
"DirPort" is its current directory port, or "0" for "none".
"a" SP address ":" port NL

View File

@ -5,6 +5,12 @@ Created: 20-Feb-2017
Status: Open
Target: 0.3.1.x-alpha
0. Status:
As of 0.2.9.11 / 0.3.0.7 / 0.3.1.1-alpha, Tor no longer takes any
special action on "future" published times, as proposed in section 4.
1. Overview
This document proposes that, in order to limit the bandwidth needed