diff --git a/shadowsocks-csharp/Data/polarssl.dll.gz b/shadowsocks-csharp/Data/polarssl.dll.gz index 1010242e..09212aa0 100755 Binary files a/shadowsocks-csharp/Data/polarssl.dll.gz and b/shadowsocks-csharp/Data/polarssl.dll.gz differ diff --git a/shadowsocks-csharp/Properties/Resources.Designer.cs b/shadowsocks-csharp/Properties/Resources.Designer.cs index 4f9edeba..1af315b5 100755 --- a/shadowsocks-csharp/Properties/Resources.Designer.cs +++ b/shadowsocks-csharp/Properties/Resources.Designer.cs @@ -77,7 +77,9 @@ namespace Shadowsocks.Properties { ///socksProxyType = socks5 ///diskCacheRoot = "" ///localDocumentRoot = "" - ///. + /// + ///allowedPorts = 1-65535 + ///tunnelAllowedPorts = 1-65535. /// internal static string polipo_config { get { diff --git a/test/UnitTest.cs b/test/UnitTest.cs index 166620f5..69c23b41 100755 --- a/test/UnitTest.cs +++ b/test/UnitTest.cs @@ -48,7 +48,7 @@ namespace test { try { - for (int i = 0; i < 1000; i++) + for (int i = 0; i < 100; i++) { var random = new Random(); IEncryptor encryptor;