From: Wayne Davison Date: Fri, 16 Feb 2007 02:35:31 +0000 (+0000) Subject: Improved the incremental sending of file lists in two ways: (1) X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/be91bd81b8cf3579e1e9e4af39a51eb44ee8a636?hp=be91bd81b8cf3579e1e9e4af39a51eb44ee8a636 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. ---