mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-10 09:15:47 +00:00
fd05d76ad6
The library currently allocates 4 bytes (and some) for every 1 byte of file downloaded(*). It could be 0. This takes it to 3. (*) 1. Array allocated for read of encrypted packet from socket 2. Array for decrypted packet 3. Array for channel data (removed in this change) 4. Array for sftp data packet