Skip to content
Snippets Groups Projects
  1. Nov 25, 2019
  2. Nov 11, 2019
  3. Nov 09, 2019
  4. Nov 06, 2019
  5. Oct 28, 2019
  6. Oct 25, 2019
  7. Oct 24, 2019
  8. Oct 22, 2019
  9. Oct 20, 2019
  10. Oct 17, 2019
  11. Oct 07, 2019
    • David Goulet's avatar
      hs-v3: Make service pick the exact amount of intro points · 984a28f3
      David Goulet authored and Nick Mathewson's avatar Nick Mathewson committed
      
      When encoding introduction points, we were not checking if that intro points
      had an established circuit.
      
      When botting up, the service will pick, by default, 3 + 2 intro points and the
      first 3 that establish, we use them and upload the descriptor.
      
      However, the intro point is removed from the service descriptor list only when
      the circuit has opened and we see that we have already enough intro points, it
      is then removed.
      
      But it is possible that the service establishes 3 intro points successfully
      before the other(s) have even opened yet.
      
      This lead to the service encoding extra intro points in the descriptor even
      though the circuit is not opened or might never establish (#31561).
      
      Fixes #31548
      
      Signed-off-by: David Goulet's avatarDavid Goulet <dgoulet@torproject.org>
      984a28f3
  12. Oct 04, 2019
  13. Oct 02, 2019
Loading