Date: Fri Feb 16 02:35:31 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv4550
Modified Files: io.c generator.c sender.c proto.h Log Message: Improved the incremental sending of file lists in two ways: (1) when the sender gets an index of a file to send, we make sure to send enough future file-list data relative to the new cur_flist value before we send the data for the file transfer (ensuring that the generator gets the data in a more timely manner), and (2) the generator flushes the output socket after each file-list object has completed its scan so that the sender knows in a more timely manner that more list data is needed. Revisions: io.c 1.223 => 1.224 http://www.samba.org/cgi-bin/cvsweb/rsync/io.c?r1=1.223&r2=1.224 generator.c 1.329 => 1.330 http://www.samba.org/cgi-bin/cvsweb/rsync/generator.c?r1=1.329&r2=1.330 sender.c 1.112 => 1.113 http://www.samba.org/cgi-bin/cvsweb/rsync/sender.c?r1=1.112&r2=1.113 proto.h 1.329 => 1.330 http://www.samba.org/cgi-bin/cvsweb/rsync/proto.h?r1=1.329&r2=1.330 _______________________________________________ rsync-cvs mailing list rsync-cvs@lists.samba.org https://lists.samba.org/mailman/listinfo/rsync-cvs