Pārlūkot izejas kodu

Rephrase buffer size change.

Gert Driesen 11 gadi atpakaļ
vecāks
revīzija
007112d2b4
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  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: