[tor-commits] [flashproxy/master] Rename CIRRUS_URL to RTMFP_URL.
dcf at torproject.org
dcf at torproject.org
Fri Jun 17 08:36:04 UTC 2011
commit d43f6e332c184b12d90afef9d737f696e1b26244
Author: David Fifield <david at bamsoftware.com>
Date: Fri Jun 17 01:29:10 2011 -0700
Rename CIRRUS_URL to RTMFP_URL.
---
swfcat.as | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/swfcat.as b/swfcat.as
index 4d69449..38ed1ab 100644
--- a/swfcat.as
+++ b/swfcat.as
@@ -18,7 +18,7 @@ package
public class swfcat extends Sprite
{
- private const CIRRUS_URL:String = "rtmfp://tor-facilitator.bamsoftware.com";
+ private const RTMFP_URL:String = "rtmfp://tor-facilitator.bamsoftware.com";
private const DEFAULT_FACILITATOR_ADDR:Object = {
host: "tor-facilitator.bamsoftware.com",
@@ -197,7 +197,7 @@ package
{
var rs:RTMFPSocket;
- rs = new RTMFPSocket(CIRRUS_URL);
+ rs = new RTMFPSocket(RTMFP_URL);
rs.addEventListener(Event.COMPLETE, function (e:Event):void {
puts("Got RTMFP id " + rs.id);
register(rs);
@@ -282,7 +282,7 @@ package
}
if (client_spec.match(/^[0-9A-Fa-f]{64}$/)) {
- s_c = new RTMFPSocket(CIRRUS_URL);
+ s_c = new RTMFPSocket(RTMFP_URL);
s_r = new Socket();
proxy_pair = new ProxyPair(this, s_c, function ():void {
s_c.connect(client_spec);
More information about the tor-commits
mailing list