Skip to content
Snippets Groups Projects
Commit 382e63c5 authored by Christian Kandeler's avatar Christian Kandeler
Browse files

SSH: Lower SFTP data size so it doesn't go above allowed packet size.

parent 8a9c919c
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@
namespace Core {
namespace Internal {
const quint32 AbstractSftpPacket::MaxDataSize = 32768;
const quint32 AbstractSftpPacket::MaxDataSize = 32000;
const quint32 AbstractSftpPacket::MaxPacketSize = 34000;
const int AbstractSftpPacket::TypeOffset = 4;
const int AbstractSftpPacket::RequestIdOffset = TypeOffset + 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment