Author: alanmc
Date: 2008-02-19 18:59:12 -0500 (Tue, 19 Feb 2008)
New Revision: 96207

Modified:
   trunk/bitsharp/src/SampleClient/main.cs
Log:
Default to 25kB/sec, not 25b/Sec

Modified: trunk/bitsharp/src/SampleClient/main.cs
===================================================================
--- trunk/bitsharp/src/SampleClient/main.cs     2008-02-19 23:53:37 UTC (rev 
96206)
+++ trunk/bitsharp/src/SampleClient/main.cs     2008-02-19 23:59:12 UTC (rev 
96207)
@@ -75,7 +75,7 @@
             // 50 open connections - should never really need to be changed
             // Unlimited download speed - valid range from 0 -> int.Max
             // Unlimited upload speed - valid range from 0 -> int.Max
-            TorrentSettings torrentDefaults = new TorrentSettings(4, 150, 0, 
25);
+            TorrentSettings torrentDefaults = new TorrentSettings(4, 150, 0, 
25 * 1024);
 
             // Create an instance of the engine.
             engine = new ClientEngine(engineSettings);

_______________________________________________
Mono-patches maillist  -  Mono-patches@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to