Browse Source

make polarssl smaller

tags/2.3
clowwindy 10 years ago
parent
commit
88b4eac850
3 changed files with 4 additions and 2 deletions
  1. BIN
      shadowsocks-csharp/Data/polarssl.dll.gz
  2. +3
    -1
      shadowsocks-csharp/Properties/Resources.Designer.cs
  3. +1
    -1
      test/UnitTest.cs

BIN
shadowsocks-csharp/Data/polarssl.dll.gz View File


+ 3
- 1
shadowsocks-csharp/Properties/Resources.Designer.cs View File

@@ -77,7 +77,9 @@ namespace Shadowsocks.Properties {
///socksProxyType = socks5
///diskCacheRoot = ""
///localDocumentRoot = ""
///.
///
///allowedPorts = 1-65535
///tunnelAllowedPorts = 1-65535.
/// </summary>
internal static string polipo_config {
get {


+ 1
- 1
test/UnitTest.cs View File

@@ -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;


Loading…
Cancel
Save