[tor-commits] [flashproxy/master] Change facilitator-test port from 9002 to 39002.

dcf at torproject.org dcf at torproject.org
Thu Oct 17 07:11:22 UTC 2013


commit 6433b215369aac2ef65842b8e39490a5b1c7b500
Author: David Fifield <david at bamsoftware.com>
Date:   Wed Oct 16 21:21:57 2013 -0700

    Change facilitator-test port from 9002 to 39002.
    
    So as not to conflict with a production facilitator running on the same
    host. Sniped from
    "make tests work against the new interfaces"
    https://github.com/infinity0/flashproxy/commit/a3a6b832c9d3db2b24251f09741ac34b92eafcd6
---
 facilitator/facilitator-test |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/facilitator/facilitator-test b/facilitator/facilitator-test
index d80c655..9265fa6 100755
--- a/facilitator/facilitator-test
+++ b/facilitator/facilitator-test
@@ -8,7 +8,7 @@ import unittest
 import fac
 
 FACILITATOR_HOST = "127.0.0.1"
-FACILITATOR_PORT = 9002
+FACILITATOR_PORT = 39002 # diff port to not conflict with production service
 FACILITATOR_ADDR = (FACILITATOR_HOST, FACILITATOR_PORT)
 
 def gimme_socket(host, port):





More information about the tor-commits mailing list