We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea47d9d commit 7c05bd1Copy full SHA for 7c05bd1
src/Renci.SshNet/Session.cs
@@ -50,9 +50,9 @@ public class Session : ISession
50
/// Specifies maximum packet size defined by the protocol.
51
/// </summary>
52
/// <value>
53
- /// 35000.
+ /// 68536 (64 KB + 3000).
54
/// </value>
55
- private const int MaximumSshPacketSize = 35000;
+ private const int MaximumSshPacketSize = LocalChannelDataPacketSize + 3000;
56
57
/// <summary>
58
/// Holds the initial local window size for the channels.
0 commit comments