thaliproject / Tor_Onion_Proxy_Library

Provides a JAR and an AAR for embedding the Tor Onion Proxy into a Java or Android Program
Apache License 2.0
174 stars 97 forks source link

Handle Multiple Control Connections #112

Open sisbell opened 5 years ago

sisbell commented 5 years ago

If multiple ControlPort entries are in the torrc, then the control.txt file will include each one. Currently we only parse and allow for one entry.

Investigate the case for multiple control connections and how to handle this.