瀏覽代碼

Rephrase buffer size change.

Gert Driesen 11 年之前
父節點
當前提交
007112d2b4
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      Renci.SshClient/Build/nuget/SSH.NET.nuspec

+ 1 - 2
Renci.SshClient/Build/nuget/SSH.NET.nuspec

@@ -22,8 +22,7 @@
 
           Changes:
 
-          * Reduced default buffer size for SftpClient from 64 KB to 32 KB as a workaround for issues in specific SSH servers.
-            We'll be increasing the default buffer size again once the issues in the SSH servers are resolved.
+          * Reduced default buffer size for SftpClient from 64 KB to 32 KB as some SSH servers apply a hard limit of 64 KB at the transport level.
 
           Fixes: