Преглед изворни кода

Make it more clear that the local window size is related to the packet size.

Gert Driesen пре 11 година
родитељ
комит
dae0eb761d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Renci.SshClient/Renci.SshNet/Session.cs

+ 1 - 1
Renci.SshClient/Renci.SshNet/Session.cs

@@ -36,7 +36,7 @@ namespace Renci.SshNet
         /// <value>
         /// 2 MB.
         /// </value>
-        private const int InitialLocalWindowSize = 0x200000;
+        private const int InitialLocalWindowSize = LocalChannelDataPacketSize * 32;
 
         /// <summary>
         /// Holds the maximum size of channel data packets that we receive.