Skip to content
  • Philipp Winter's avatar
    Replace testing mechanism and use SETCONF instead. · d260aa1f
    Philipp Winter authored
    So far, bridgestrap would bootstrap a new tor instance for each request.
    That's both expensive and slow.  Roger suggested to use a single,
    long-lived tor instance instead, and use the SETCONF controller command
    to test a batch of bridges at once.  This patch makes that happen.
    
    This fixes #3.
    d260aa1f