[flashproxy/master] Decreased poll interval to 1 second for speeding up the experiments

commit 82d2e3b6d9ad297818a740dff5d808a33a9016f7 Author: Jonathan Ellithorpe <jdellit@stanford.edu> Date: Mon Jul 11 18:06:04 2011 -0700 Decreased poll interval to 1 second for speeding up the experiments --- swfcat.as | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/swfcat.as b/swfcat.as index 14c2d8c..5be06fd 100644 --- a/swfcat.as +++ b/swfcat.as @@ -31,10 +31,10 @@ package port: 9002 }; - private const MAX_NUM_PROXY_PAIRS:uint = 2; + private const MAX_NUM_PROXY_PAIRS:uint = 10; // Milliseconds. - private const FACILITATOR_POLL_INTERVAL:int = 10000; + private const FACILITATOR_POLL_INTERVAL:int = 1000; // Bytes per second. Set to undefined to disable limit. public const RATE_LIMIT:Number = undefined;
participants (1)
-
dcf@torproject.org