simon-svn: putty: simon
Commits to Tartarus CVS repository.
tartarus-commits at lists.tartarus.org
Sun Aug 12 21:17:13 BST 2012
SVN root: svn://svn.tartarus.org/sgt
Changes by: simon
Revision: 9603
Date: 2012-08-12 21:17:13 +0100 (Sun, 12 Aug 2012)
Log message (6 lines):
Use a single sftp_senddata() to send each SFTP packet, rather than
using one for the length field and one for the rest of the packet
contents. Since sftp_senddata() has no queuing or deferral mechanism
but instead constructs and sends an SSH2_MSG_CHANNEL_DATA message
immediately, this change has the effect of ceasing to split every SFTP
packet across two SSH messages.
Modified files:
U putty/sftp.c
Links:
http://svn.tartarus.org/sgt/?rev=9603&view=rev
http://svn.tartarus.org/sgt/putty/sftp.c?rev=9603&r1=9602&r2=9603
More information about the tartarus-commits
mailing list