Skip to content
Snippets Groups Projects
Verified Commit 20709d00 authored by Torsten Grote's avatar Torsten Grote
Browse files

Document that calling start does not connect to Tor, yet

parent b3c0faaf
No related branches found
No related tags found
1 merge request!4Implement various tickets
......@@ -16,7 +16,8 @@ public interface TorWrapper {
Logger LOG = getLogger(TorWrapper.class.getName());
/**
* Starts the Tor process.
* Starts the Tor process, but does not yet connect to the Tor Network.
* Call {@link #enableNetwork(boolean)} for this.
* <p>
* This method must only be called once. To restart the Tor process, stop
* this wrapper instance and then create a new instance.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment