Skip to content
Snippets Groups Projects
  1. Aug 17, 2010
    • Nick Mathewson's avatar
      Merge branch 'maint-0.2.1' · 5ffe1055
      Nick Mathewson authored
      Resolved conflict in
      	src/or/networkstatus.c
      5ffe1055
    • Nick Mathewson's avatar
      fc66a2ad
    • Nick Mathewson's avatar
      Scale CONSENSUS_MIN_SECONDS_BEFORE_CACHING by voting interval · 6f584813
      Nick Mathewson authored
      If the voting interval was short enough, the two-minutes delay
      of CONSENSUS_MIN_SECONDS_BEFORE_CACHING would confuse bridges
      to the point where they would assert before downloading a consensus.
      It it was even shorter (<4 minutes, I think), caches would
      assert too.  This patch fixes that by having replacing the
      two-minutes value with MIN(2 minutes, interval/16).
      
      Bugfix for 1141; the cache bug could occur since 0.2.0.8-alpha, so
      I'm calling this a bugfix on that.  Robert Hogan diagnosed this.
      Done as a patch against maint-0.2.1, since it makes it hard to
      run some kinds of testing networks.
      6f584813
  2. Aug 16, 2010
  3. Aug 15, 2010
  4. Aug 14, 2010
  5. Aug 13, 2010
  6. Aug 12, 2010
  7. Aug 11, 2010
Loading