Displaying 1 result from an estimated 1 matches for "end_file_entry".
Did you mean:
send_file_entry
2003 May 17
1
flist transmission and sorting
Wayne,
I've been ruminating a bit on the qsorted flist and
duplicate removal and have an idea.
What if we removed end_file_entry() from send_file_name()
and instead had a
for(i=0; i < flist->count; ++i)
send_file_entry(flist->files[i], f, ??)
in send_file_list(). As near as i can tell this would be
unnoticeable to the protocol.
Once done the sort of the file list could be moved to
precede sending it. Thus mak...