Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add host_list parameter to Torstomp. #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

v0lk3r
Copy link

@v0lk3r v0lk3r commented Mar 31, 2016

I extended the Torstomp init to make failover configurations with multiple host possible:

The host_list is a list of (host, port) tuples. In case of a connection
failure the reconnect attempt will cycle trough the host_list and try
another host. This makes failover configurations possible.

The host_list parameter is an extension to a single host, port pair. The
host_list is a list of (host, port) tuples. In case of a connection
failure the reconnect attempt will cycle trough the host_list and try
another host. This makes failover configurations possible
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.2%) to 86.207% when pulling 13a0c39 on v0lk3r:master into 6c4488e on wpjunior:master.

@wpjunior
Copy link
Owner

wpjunior commented May 6, 2016

@v0lk3r Do you could to write some tests to cover your PR ?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants