Improved the incremental sending of file lists in two ways: (1)
authorWayne Davison <wayned@samba.org>
Fri, 16 Feb 2007 02:35:31 +0000 (02:35 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 16 Feb 2007 02:35:31 +0000 (02:35 +0000)
commitbe91bd81b8cf3579e1e9e4af39a51eb44ee8a636
tree1f7b6c0d463ad43ef9714e2357b84d32cc036582
parent2a40b503c06afff55ea6b3e6d3f760e8ef58c7f3
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.
generator.c
io.c
sender.c