소스 검색

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: