From: Nick Mathewson Date: Sun, 25 Nov 2018 15:19:08 +0000 (-0500) Subject: changes file for prop293 / ticket 26770 X-Git-Tag: tor-0.4.0.1-alpha~93^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=439ffcefd57031153e49e605389a1c218e737180;p=thirdparty%2Ftor.git changes file for prop293 / ticket 26770 --- diff --git a/changes/ticket26770 b/changes/ticket26770 new file mode 100644 index 0000000000..7f3e92e9dd --- /dev/null +++ b/changes/ticket26770 @@ -0,0 +1,8 @@ + o Minor features (directory authority, relay): + - Authorities now vote on a "StaleDesc" flag to indicate that a relay's + descriptor is so old that the relay should upload again soon. Relays + understand this flag, and treat it as a signal to upload a new + descriptor. This flag will eventually let us remove the 'published' + date from routerstatus entries, and save a great deal of space in our + consensus diffs. Closes ticket 26770; implements proposal 293. +