[openssh-commits] CVS: fuyu.mindrot.org: openssh
Damien Miller
djm at mindrot.org
Sun Apr 23 12:06:35 EST 2006
CVSROOT: /var/cvs
Module name: openssh
Changes by: djm at fuyu.mindrot.org 2006/04/23 12:06:35
Modified files:
. : ChangeLog sftp-client.c
Log message:
- djm at cvs.openbsd.org 2006/04/16 00:54:10
[sftp-client.c]
avoid making a tiny 4-byte write to send the packet length of sftp
commands, which would result in a separate tiny packet on the wire by
using atomiciov(writev, ...) to write the length and the command in one
pass; ok deraadt@
cvs -n rdiff -u -r1.4308 -r1.4309 openssh/ChangeLog
cvs -n rdiff -u -r1.69 -r1.70 openssh/sftp-client.c
More information about the openssh-commits
mailing list