Merge branch 'prop293_squashed'

This commit is contained in:
Nick Mathewson
2018-12-05 09:24:51 -05:00
19 changed files with 438 additions and 15 deletions
+8
View File
@@ -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.