owenson / tor-research-framework

Tor research framework in Java
www.ghowen.me
GNU General Public License v3.0
55 stars 16 forks source link

Cleanup exception handling after implementing multiple directory retries #4

Closed twilsonb closed 10 years ago

twilsonb commented 10 years ago

Cleanup exception handling after implementing multiple directory retries Throw a RuntimeException if we fail to retrieve the path after MAX_TRIES (10), first using directory caches, then falling back to authorities.

Tidy: