tor/changes
Nick Mathewson 1f4b6944c0 Upload descriptors more often when recent desc is unlisted
Right now we only force a new descriptor upload every 18 hours.
This can make servers become unlisted if they upload a descriptor at
time T which the authorities reject as being "too similar" to one
they uploaded before. Nothing will actually make the server upload a
new descriptor later on, until another 18 hours have passed.

This patch changes the upload behavior so that the 18 hour interval
applies only when we're listed in a live consensus with a descriptor
published within the last 18 hours.  Otherwise--if we're not listed
in the live consensus, or if we're listed with a publication time
over 18 hours in the past--we upload a new descriptor every 90
minutes.

This is an attempted bugfix for #3327.  If we merge it, it should
obsolete #535.
2011-09-07 15:01:52 -04:00
..
bug2649a Add a VoteOnHidServDirectoriesV2 configuration option 2011-06-03 12:16:55 -04:00
bug2649b Increase default required uptime for HSDirs to 25 hours 2011-06-03 12:17:53 -04:00
bug3327 Upload descriptors more often when recent desc is unlisted 2011-09-07 15:01:52 -04:00
bug3428b Die if tor_vasprintf fails in connection_printf_to_buf 2011-09-07 12:14:58 -04:00
bug3851 Make FetchUselessDescriptors fetch all desc types 2011-08-29 11:18:06 -04:00
bug3909 Look for correct "ar" to cross-compile 2011-09-07 11:59:16 -04:00
bug3923 Fix assertion in addressmap_clear_excluded_trackexithosts 2011-09-06 20:26:20 -04:00
split_entry_conn changes file for split_entry_conn (ticket 3627) 2011-09-07 14:18:47 -04:00